mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Reduce IRAM memory footprint
This commit is contained in:
@@ -495,7 +495,7 @@ void uip_unlisten(u16_t port);
|
||||
* or NULL if no connection could be allocated.
|
||||
*
|
||||
*/
|
||||
__xdata struct uip_conn *uip_connect(register __xdata uip_ipaddr_t *ripaddr, register u16_t port);
|
||||
__xdata struct uip_conn *uip_connect(register __xdata uip_ipaddr_t *ripaddr, __xdata u16_t port);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user