Skip to content

Commit 48ad473

Browse files
correct grammar in include/FreeRTOS.h
Co-authored-by: Aniruddha Kanhere <[email protected]>
1 parent ab25da6 commit 48ad473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/FreeRTOS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@
967967

968968
#if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
969969
#if ( ( configUSE_TRACE_FACILITY != 1 ) && ( configGENERATE_RUN_TIME_STATS != 1 ) )
970-
#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.
970+
#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.
971971
#endif
972972
#endif
973973

0 commit comments

Comments
 (0)