mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
lowpan6_ble_opts.h: Make LWIP_RFC7668_DEBUG default OFF
Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
parent
2e2c607727
commit
3c71e3fc77
@ -53,9 +53,9 @@
|
|||||||
#define LWIP_RFC7668_NUM_CONTEXTS 10
|
#define LWIP_RFC7668_NUM_CONTEXTS 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** LWIP_RFC7668_DEBUG: Enable generic debugging in rfc7668.c. */
|
/** LWIP_RFC7668_DEBUG: Enable generic debugging in lowpan6_ble.c. */
|
||||||
#ifndef LWIP_RFC7668_DEBUG
|
#ifndef LWIP_RFC7668_DEBUG
|
||||||
#define LWIP_RFC7668_DEBUG LWIP_DBG_ON
|
#define LWIP_RFC7668_DEBUG LWIP_DBG_OFF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** LWIP_RFC7668_IP_COMPRESSED_DEBUG: enable compressed IP frame
|
/** LWIP_RFC7668_IP_COMPRESSED_DEBUG: enable compressed IP frame
|
||||||
|
Loading…
Reference in New Issue
Block a user