Add a sanity check for PPP, and a #if !NO_SYS/#endif for slipif_loop

This commit is contained in:
fbernon
2007-09-12 19:16:44 +00:00
parent c265fa3331
commit 8c847a85ae
2 changed files with 5 additions and 0 deletions

View File

@@ -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