netif code hooked up

This commit is contained in:
Joseph Henry 2015-09-15 14:15:59 -04:00
commit 8ea83c9548
6 changed files with 192 additions and 41 deletions

View file

@ -176,6 +176,7 @@ struct shutdown_st
/* LWIP error beautification */
/*
const char *lwiperror(int n)
{
switch(n)
@ -216,6 +217,6 @@ const char *lwiperror(int n)
return "UNKNOWN_RET_VAL";
}
}
*/
#endif