quick
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Includes
|
// Includes
|
||||||
#include <modbus_tcp.h>
|
#include "modbus_tcp.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
|
||||||
// Defines
|
// Defines
|
||||||
@@ -23,7 +23,6 @@ char registers[MAX_REG];
|
|||||||
// Functions
|
// Functions
|
||||||
static err_t modbus_incomming_data(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err);
|
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);
|
static err_t modbus_accept(void *arg, struct tcp_pcb *pcb, err_t err);
|
||||||
void modbus_init(void);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user