mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-18 19:52:28 +08:00
[lwip] fixed compile error.
This commit is contained in:
@@ -676,6 +676,7 @@ FINSH_FUNCTION_EXPORT(list_tcps, list all of tcp connections);
|
||||
#endif /* LWIP_TCP */
|
||||
|
||||
#if LWIP_UDP
|
||||
#include "lwip/udp.h"
|
||||
void list_udps(void)
|
||||
{
|
||||
struct udp_pcb *pcb;
|
||||
|
||||
Reference in New Issue
Block a user