lwip server with !NO_SYS init

This commit is contained in:
lr
2024-05-21 15:30:11 +08:00
parent 6252e7e383
commit f1d39b2e25
12 changed files with 295 additions and 304 deletions
@@ -95,7 +95,7 @@ typedef u8_t sys_mbox_t;
#include "arch/sys_arch.h"
/** Function prototype for thread functions */
typedef void (*lwip_thread_fn)(void *arg);
typedef void (*lwip_thread_fn)(int argc, char **argv);
/* Function prototypes for functions to be implemented by platform ports
(in sys_arch.c) */