modbus_tcp

Fix typo
This commit is contained in:
2023-11-28 13:31:47 +01:00
parent 5787a0eda4
commit 3fcb117b73

View File

@@ -42,7 +42,7 @@ static err_t modbus_accept(void* arg, struct tcp_pcb* pcb, err_t err);
/**
* @fn static err_t modbus_incoming_data(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
* @brief Function that's called when there is a new request on port 502.
* It handles the incoming data from Qmodmaster
* It handles the incoming data from QModMaster
*/
static err_t modbus_incoming_data(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) {
uint8_t counter;