uip: de-__gptrput()-call access to struct uip_udp_conn

This commit is contained in:
René van Dorst
2026-04-18 22:38:42 +02:00
parent 3e599f0e06
commit 94bf4425ba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ struct dhcp_state {
uint32_t rebind;
uint32_t renewal;
struct uip_udp_conn *conn;
__xdata struct uip_udp_conn *conn;
};
typedef struct dhcp_state uip_udp_appstate_t;