diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-07 14:21:18 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-07 14:21:18 (GMT) |
| commit | 1659bdad58734504858cdf75129e76945c12aa07 (patch) | |
| tree | df1bf49b39726510537a47add113d7dfcad6f01c | |
| parent | 78df8c51d4349a0d6e48aabd5bf77f7da611b11c (diff) | |
Disable trace facility
| -rw-r--r-- | src/FreeRTOSConfig.h | 2 |
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. */ |
