This commit is contained in:
Obe Van Lierde
2023-11-26 16:25:49 +01:00
parent 2976fbf2b3
commit eda5a045e7

View File

@@ -7,7 +7,7 @@
*/
// Includes
#include <modbus_tcp.h>
#include "modbus_tcp.h"
#include "log.h"
// Defines
@@ -23,7 +23,6 @@ char registers[MAX_REG];
// Functions
static err_t modbus_incomming_data(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err);
static err_t modbus_accept(void *arg, struct tcp_pcb *pcb, err_t err);
void modbus_init(void);
/**