summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-08 23:18:29 +0200
committerHiFiPhile <[email protected]>2024-05-08 23:18:29 +0200
commit8133af4e08394ac4940e7cee7a98c28d39bdb297 (patch)
tree4725620955a46c2ebc3dc719a06412ff6c574291 /lib
parent0e907b49c90d53023731dd1e21bbdcb1fdb95e11 (diff)
parent74e57499baac36c4cccf76549259905162031e41 (diff)
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
Diffstat (limited to 'lib')
-rw-r--r--lib/networking/dnserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/networking/dnserver.c b/lib/networking/dnserver.c
index 6d15fee02..25bbf4875 100644
--- a/lib/networking/dnserver.c
+++ b/lib/networking/dnserver.c
@@ -192,7 +192,7 @@ err_t dnserv_init(const ip_addr_t *bind, uint16_t port, dns_query_proc_t qp)
return ERR_OK;
}
-void dnserv_free()
+void dnserv_free(void)
{
if (pcb == NULL) return;
udp_remove(pcb);