Corrected a variable name
This commit is contained in:
parent
d534009ff4
commit
f6be2c4ec9
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue