From 1659bdad58734504858cdf75129e76945c12aa07 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