mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Added SIO_FIFO_DEBUG and PPP_DEBUG to make -DDEBUG work with arch/unix/netif/sio.c
This commit is contained in:
parent
faf18b7f9a
commit
05b8bf216c
@ -51,6 +51,8 @@
|
|||||||
#define TUNIF_DEBUG 0
|
#define TUNIF_DEBUG 0
|
||||||
#define UNIXIF_DEBUG 0
|
#define UNIXIF_DEBUG 0
|
||||||
#define TAPIF_DEBUG 1
|
#define TAPIF_DEBUG 1
|
||||||
|
#define SIO_FIFO_DEBUG 0
|
||||||
|
#define PPP_DEBUG 0
|
||||||
|
|
||||||
#define API_LIB_DEBUG 0
|
#define API_LIB_DEBUG 0
|
||||||
#define API_MSG_DEBUG 0
|
#define API_MSG_DEBUG 0
|
||||||
@ -99,6 +101,8 @@
|
|||||||
#define TUNIF_DEBUG 0
|
#define TUNIF_DEBUG 0
|
||||||
#define UNIXIF_DEBUG 0
|
#define UNIXIF_DEBUG 0
|
||||||
#define TAPIF_DEBUG 0
|
#define TAPIF_DEBUG 0
|
||||||
|
#define SIO_FIFO_DEBUG 0
|
||||||
|
#define PPP_DEBUG 0
|
||||||
#define API_LIB_DEBUG 0
|
#define API_LIB_DEBUG 0
|
||||||
#define API_MSG_DEBUG 0
|
#define API_MSG_DEBUG 0
|
||||||
#define SOCKETS_DEBUG 0
|
#define SOCKETS_DEBUG 0
|
||||||
|
Loading…
Reference in New Issue
Block a user