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
@@ -124,10 +124,10 @@ again:
* @param arg unused argument
*/
static void
tcpip_thread(void *arg)
tcpip_thread(int argc, char **argv)
{
struct tcpip_msg *msg;
LWIP_UNUSED_ARG(arg);
LWIP_UNUSED_ARG(argv);
LWIP_MARK_TCPIP_THREAD();