Corrected compile error.

This commit is contained in:
skarg
2010-08-20 21:56:18 +00:00
parent bb7237e38d
commit 298038c0d8
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
PROG=`basename $0` PROG=`basename $0`
OPTIONAL=1 OPTIONAL=0
usage() usage()
{ {
+1
View File
@@ -641,3 +641,4 @@ int main(
} }
} }
} }
+1
View File
@@ -45,6 +45,7 @@
#include "rs485.h" #include "rs485.h"
#include "crc.h" #include "crc.h"
#include "mstp.h" #include "mstp.h"
#include "dlmstp.h"
#include "mstptext.h" #include "mstptext.h"
#include "bacint.h" #include "bacint.h"