summaryrefslogtreecommitdiff
path: root/core/Lossless_UDP.c
diff options
context:
space:
mode:
authorslvr <slvr@unsafeio.com>2013-08-10 11:18:25 +0100
committerslvr <slvr@unsafeio.com>2013-08-10 11:27:36 +0100
commit7f27fcaf37144354bca31109f71d2db5af9d4582 (patch)
treea6b9dcdb1d9a77e507d3700ae92936fb75a63ddf /core/Lossless_UDP.c
parent8f6f8e221d5a86c811f7fb7978d724bd12a9bf6a (diff)
tabs -> spaces
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/*