Enable UDP for DHCP in uIP

This commit is contained in:
logicog
2026-01-18 07:50:38 +01:00
parent 4269745521
commit 34cebe5971
3 changed files with 16 additions and 13 deletions
+2 -2
View File
@@ -1224,8 +1224,8 @@ struct uip_udp_conn {
/**
* The current UDP connection.
*/
extern struct uip_udp_conn *uip_udp_conn;
extern struct uip_udp_conn uip_udp_conns[UIP_UDP_CONNS];
extern __xdata struct uip_udp_conn *uip_udp_conn;
extern __xdata struct uip_udp_conn uip_udp_conns[UIP_UDP_CONNS];
#endif /* UIP_UDP */
/**