summaryrefslogtreecommitdiff
path: root/core/Lossless_UDP.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/Lossless_UDP.c')
-rw-r--r--core/Lossless_UDP.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Lossless_UDP.c b/core/Lossless_UDP.c
index d72a2c63..002e2cf8 100644
--- a/core/Lossless_UDP.c
+++ b/core/Lossless_UDP.c
@@ -772,9 +772,9 @@ static int handle_data(IP_Port source, uint8_t *packet, uint32_t length)
772 772
773void LosslessUDP_init(void) 773void LosslessUDP_init(void)
774{ 774{
775 networking_registerhandler(16, &handle_handshake); 775 networking_registerhandler(16, &handle_handshake);
776 networking_registerhandler(17, &handle_SYNC); 776 networking_registerhandler(17, &handle_SYNC);
777 networking_registerhandler(18, &handle_data); 777 networking_registerhandler(18, &handle_data);
778} 778}
779 779
780/* 780/*