Update tcp_cmd.c

This commit is contained in:
Roelandts_Gert
2023-11-27 15:03:01 +01:00
committed by Sander Speetjens
parent fb44367da7
commit 31e761300a

View File

@@ -19,6 +19,7 @@ static void tcp_cmd_close(struct tcp_pcb* pcb) {
static err_t tcp_cmd_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) {
size_t i;
size_t len;
size_t number_of_files;
uint8_t file_in_fs;
uint8_t check = 0;