refactor almost complete

This commit is contained in:
Joseph Henry 2015-09-10 20:02:13 -04:00
commit 20beafedc5
8 changed files with 213 additions and 172 deletions

View file

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