From 33864fa36c9f82f86b8f15e7d6d3f0ee971778f6 Mon Sep 17 00:00:00 2001 From: Christina Quast Date: Fri, 27 Feb 2015 13:41:34 +0100 Subject: [PATCH] Set default trace level to FATAL Because to compile with a debug trace level you can simply type: colormake TRACE_LEVEL=5 --- sam3s_example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sam3s_example/Makefile b/sam3s_example/Makefile index 337c562a..bc141c11 100644 --- a/sam3s_example/Makefile +++ b/sam3s_example/Makefile @@ -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