Set default trace level to FATAL

Because to compile with a debug trace level you can simply type:
colormake TRACE_LEVEL=5
This commit is contained in:
Christina Quast
2015-02-27 13:41:34 +01:00
parent fb524b9bb3
commit 33864fa36c

View File

@@ -48,7 +48,7 @@ MEMORIES = flash
# TRACE_LEVEL_ERROR 2
# TRACE_LEVEL_FATAL 1
# TRACE_LEVEL_NO_TRACE 0
TRACE_LEVEL = 5
TRACE_LEVEL = 1
#FIXME: Remove this variable
NOAUTOCALLBACK=no