From 82df6f6a41b38f12999e02cde1f4d5456f4e31f1 Mon Sep 17 00:00:00 2001 From: Michele Bini Date: Thu, 7 Apr 2022 16:21:18 +0200 Subject: Disable trace facility 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. */ -- cgit v0.10.2