mirror of
https://github.com/hathach/tinyusb.git
synced 2025-05-09 15:21:21 +08:00
Update dnserver.c: Match dnserv_free signature with fwd-decl
This commit is contained in:
parent
1c04d5992a
commit
56dbfe59d9
@ -192,7 +192,7 @@ err_t dnserv_init(const ip_addr_t *bind, uint16_t port, dns_query_proc_t qp)
|
|||||||
return ERR_OK;
|
return ERR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void dnserv_free()
|
void dnserv_free(void)
|
||||||
{
|
{
|
||||||
if (pcb == NULL) return;
|
if (pcb == NULL) return;
|
||||||
udp_remove(pcb);
|
udp_remove(pcb);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user