mirror of
https://github.com/espressif/openthread.git
synced 2026-09-17 06:30:10 +00:00
Fixes a bug where the wrong variable was being checked for processing Windows address change notifications. Also adds some logging fixes. (#1313)
This commit is contained in:
@@ -75,5 +75,13 @@
|
||||
*/
|
||||
#define OPENTHREAD_CONFIG_LOG_LEVEL OPENTHREAD_LOG_LEVEL_DEBG
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_LOG_PKT_DUMP
|
||||
*
|
||||
* Define to enable log content of packets.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_CONFIG_LOG_PKT_DUMP 0
|
||||
|
||||
#endif // OPENTHREAD_CORE_WINDOWS_CONFIG_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user