summaryrefslogtreecommitdiff
path: root/openpicc/config
diff options
context:
space:
mode:
Diffstat (limited to 'openpicc/config')
-rw-r--r--openpicc/config/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/config/FreeRTOSConfig.h b/openpicc/config/FreeRTOSConfig.h
index 1c3c0a6..e4de597 100644
--- a/openpicc/config/FreeRTOSConfig.h
+++ b/openpicc/config/FreeRTOSConfig.h
@@ -59,7 +59,7 @@
#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 110 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) 1024*16 )
#define configMAX_TASK_NAME_LEN ( 16 )
-#define configUSE_TRACE_FACILITY 1
+#define configUSE_TRACE_FACILITY 0
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
personal git repositories of Harald Welte. Your mileage may vary