change modbus to modbus-tcp

This commit is contained in:
2023-11-07 01:10:06 +01:00
parent 2f7c9f70b2
commit f8648eecaa
3 changed files with 3 additions and 3 deletions

View File

@@ -12,6 +12,6 @@
#include <tcp.h>
void modbus_init( void );
#endif /* INC_MODBUS_H_ */

View File

@@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#define LOGGER_LEVEL_ALL
#include "log.h"
#include "modbus.h"
#include "modbus-tcp.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/

View File

@@ -1,4 +1,4 @@
#include "modbus.h"
#include "modbus-tcp.h"
#include <tcp.h>
#include <string.h>