summaryrefslogtreecommitdiff
path: root/core/LAN_discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/LAN_discovery.c')
-rw-r--r--core/LAN_discovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LAN_discovery.c b/core/LAN_discovery.c
index 43eb7d42..67dc656b 100644
--- a/core/LAN_discovery.c
+++ b/core/LAN_discovery.c
@@ -134,5 +134,5 @@ int send_LANdiscovery(uint16_t port)
134 134
135void LANdiscovery_init(void) 135void LANdiscovery_init(void)
136{ 136{
137 networking_registerhandler(33, &handle_LANdiscovery); 137 networking_registerhandler(33, &handle_LANdiscovery);
138} 138}