summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-06 22:49:29 +0200
committerHiFiPhile <[email protected]>2024-05-06 22:49:29 +0200
commit45d450d1f05f4773a9c4673a917185204e3b7bc3 (patch)
treedb0c9ae94191ff893343ef78bd7ac4c41b5b40b0 /lib
parentcc70958c16f4b88c0e48590d32189c870091547e (diff)
parent104a5daef49d91b54f7af499090efd478c936971 (diff)
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2227
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);