From 48ad473891a143c9e5c964f014ffed98daa931ae Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Tue, 9 Aug 2022 15:48:56 -0700 Subject: [PATCH] correct grammar in include/FreeRTOS.h Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com> --- include/FreeRTOS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FreeRTOS.h b/include/FreeRTOS.h index f3d47fde5..c35f2109b 100644 --- a/include/FreeRTOS.h +++ b/include/FreeRTOS.h @@ -967,7 +967,7 @@ #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) #if ( ( configUSE_TRACE_FACILITY != 1 ) && ( configGENERATE_RUN_TIME_STATS != 1 ) ) - #error configUSE_STATS_FORMATTING_FUNCTIONS is 1 but the functions that enables are not used because neither configUSE_TRACE_FACILITY or configGENERATE_RUN_TIME_STATS are 1. Set configUSE_STATS_FORMATTING_FUNCTIONS to 0 in FreeRTOSConfig.h. + #error configUSE_STATS_FORMATTING_FUNCTIONS is 1 but the functions it enables are not used because neither configUSE_TRACE_FACILITY or configGENERATE_RUN_TIME_STATS are 1. Set configUSE_STATS_FORMATTING_FUNCTIONS to 0 in FreeRTOSConfig.h. #endif #endif