summaryrefslogtreecommitdiff
path: root/core/Lossless_UDP.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/Lossless_UDP.h')
-rw-r--r--core/Lossless_UDP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Lossless_UDP.h b/core/Lossless_UDP.h
index 18224088..ad8c545c 100644
--- a/core/Lossless_UDP.h
+++ b/core/Lossless_UDP.h
@@ -69,7 +69,7 @@ IP_Port connection_ip(int connection_id);
69char id_packet(int connection_id); 69char id_packet(int connection_id);
70 70
71//return 0 if there is no received data in the buffer. 71//return 0 if there is no received data in the buffer.
72//return length of recieved packet if successful 72//return length of received packet if successful
73int read_packet(int connection_id, uint8_t * data); 73int read_packet(int connection_id, uint8_t * data);
74 74
75 75