summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-07 14:21:18 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-08 14:49:01 (GMT)
commit82df6f6a41b38f12999e02cde1f4d5456f4e31f1 (patch)
tree9f54b81b2cb12d51cd98203116fa37de784efad2
parent74c9eb96554825165dd9151aa8c5e241b94c59a9 (diff)
Disable trace facility
-rw-r--r--src/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FreeRTOSConfig.h b/src/FreeRTOSConfig.h
index adbbc8f..8c311d3 100644
--- a/src/FreeRTOSConfig.h
+++ b/src/FreeRTOSConfig.h
@@ -84,7 +84,7 @@
/* Run time and task stats gathering related definitions. */
#define configGENERATE_RUN_TIME_STATS 0
-#define configUSE_TRACE_FACILITY 1
+#define configUSE_TRACE_FACILITY 0
#define configUSE_STATS_FORMATTING_FUNCTIONS 0
/* Co-routine definitions. */