tsch-log: fix autoconfiguration of TSCH_LOG_PER_SLOT

This commit is contained in:
Simon Duquennoy 2017-10-12 13:24:14 +02:00
parent 27e0357595
commit c320717d9a
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
#define TSCH_LOG_PER_SLOT TSCH_LOG_CONF_PER_SLOT
#else /* TSCH_LOG_CONF_PER_SLOT */
#include "sys/log.h"
#define TSCH_LOG_PER_SLOT (LOG_LEVEL_MAC >= LOG_LEVEL_DBG)
#define TSCH_LOG_PER_SLOT (LOG_CONF_LEVEL_MAC >= LOG_LEVEL_DBG)
#endif /* TSCH_LOG_CONF_PER_SLOT */
/* The length of the log queue, i.e. maximum number postponed log messages */