This commit is contained in:
Obe Van Lierde
2023-11-20 12:53:38 +01:00
parent 213380075c
commit 812c9d0834

View File

@@ -93,8 +93,6 @@ static err_t modbus_incomming_data(void *arg, struct tcp_pcb *pcb, struct pbuf *
// functie_voor_naam
} else if (err == ERR_OK){
tcp_close(pcb); // when everithing was ok close the tcpconnection
}