mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-08 00:23:39 +08:00
Add a sanity check for PPP, and a #if !NO_SYS/#endif for slipif_loop
This commit is contained in:
@@ -204,6 +204,7 @@ slipif_input(struct netif *netif)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#if !NO_SYS
|
||||
/**
|
||||
* The SLIP input thread.
|
||||
*
|
||||
@@ -227,6 +228,7 @@ slipif_loop(void *nf)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* !NO_SYS */
|
||||
|
||||
/**
|
||||
* SLIP netif initialization
|
||||
|
||||
Reference in New Issue
Block a user