Cleaning up printouts for debugging of uIP

This commit is contained in:
logicog
2025-07-11 16:36:16 +02:00
parent a2af2f9151
commit b192a87cab
6 changed files with 16 additions and 325 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ typedef uip_ip4addr_t uip_ipaddr_t;
* This function should be called at boot up to initilize the uIP
* TCP/IP stack.
*/
void uip_init(void);
void uip_init(void) __banked;
/**
* uIP initialization function.