diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h index 0a444099..26727626 100644 --- a/src/include/lwip/debug.h +++ b/src/include/lwip/debug.h @@ -51,6 +51,8 @@ #define TUNIF_DEBUG 0 #define UNIXIF_DEBUG 0 #define TAPIF_DEBUG 1 +#define SIO_FIFO_DEBUG 0 +#define PPP_DEBUG 0 #define API_LIB_DEBUG 0 #define API_MSG_DEBUG 0 @@ -99,6 +101,8 @@ #define TUNIF_DEBUG 0 #define UNIXIF_DEBUG 0 #define TAPIF_DEBUG 0 +#define SIO_FIFO_DEBUG 0 +#define PPP_DEBUG 0 #define API_LIB_DEBUG 0 #define API_MSG_DEBUG 0 #define SOCKETS_DEBUG 0