Corrected compile error.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PROG=`basename $0`
|
PROG=`basename $0`
|
||||||
OPTIONAL=1
|
OPTIONAL=0
|
||||||
|
|
||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -641,3 +641,4 @@ int main(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user