Corrected a variable name

This commit is contained in:
Ulysse Cura 2025-05-23 18:17:15 +02:00
parent d534009ff4
commit f6be2c4ec9
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ void udp_server_send(const uint8_t *data, size_t length, const char *ip, uint16_
}
}
printf("Error sending data after %d tries...\n", retry);
printf("Error sending data after %d tries...\n", tries);
}