lwip server with !NO_SYS init
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user