mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Enable UDP for DHCP in uIP
This commit is contained in:
@@ -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 */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user