change modbus to modbus-tcp
This commit is contained in:
@@ -12,6 +12,6 @@
|
|||||||
|
|
||||||
#include <tcp.h>
|
#include <tcp.h>
|
||||||
|
|
||||||
|
void modbus_init( void );
|
||||||
|
|
||||||
#endif /* INC_MODBUS_H_ */
|
#endif /* INC_MODBUS_H_ */
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
/* USER CODE BEGIN Includes */
|
/* USER CODE BEGIN Includes */
|
||||||
#define LOGGER_LEVEL_ALL
|
#define LOGGER_LEVEL_ALL
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "modbus.h"
|
#include "modbus-tcp.h"
|
||||||
/* USER CODE END Includes */
|
/* USER CODE END Includes */
|
||||||
|
|
||||||
/* Private typedef -----------------------------------------------------------*/
|
/* Private typedef -----------------------------------------------------------*/
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "modbus.h"
|
#include "modbus-tcp.h"
|
||||||
|
|
||||||
#include <tcp.h>
|
#include <tcp.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
Reference in New Issue
Block a user