re-enable uart debug output by default
at least for now
This commit is contained in:
parent
e4ea3dd431
commit
ac8b242987
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#include "log_level.h"
|
#include "log_level.h"
|
||||||
#define DEFAULT_LOG_LEVEL LOG_ERROR
|
#define DEFAULT_LOG_LEVEL LOG_ERROR
|
||||||
#define LOG_CHANNEL LOG_CHANNEL_CHANNEL_A
|
#define LOG_CHANNEL LOG_CHANNEL_UART0
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue