Change default logging level to NONE

This commit is contained in:
George Oikonomou 2017-10-18 22:33:26 +01:00 committed by George Oikonomou
parent ba75dca7a4
commit f15b11b564
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
/* Log configuration */
#include "sys/log.h"
#define LOG_MODULE "CC2538 SoC"
#define LOG_LEVEL LOG_LEVEL_INFO
#define LOG_LEVEL LOG_LEVEL_NONE
/*----------------------------------------------------------------------------*/
uint8_t
soc_get_rev(void)