From b8973c76fcc884b4b6fd705a077fe42368cde416 Mon Sep 17 00:00:00 2001 From: kar-rahul-aws Date: Tue, 9 Apr 2024 13:11:38 +0530 Subject: [PATCH] Formatting changes --- examples/template_configuration/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/template_configuration/FreeRTOSConfig.h b/examples/template_configuration/FreeRTOSConfig.h index c051f7d1a..c7ae1b3e5 100644 --- a/examples/template_configuration/FreeRTOSConfig.h +++ b/examples/template_configuration/FreeRTOSConfig.h @@ -241,7 +241,7 @@ /******************************************************************************/ /* Set configUSE_EVENT_GROUPS to 1 to include event group functionality in the - * build. Set to 0 to exclude event group functionality from the build. The + * build. Set to 0 to exclude event group functionality from the build. The * FreeRTOS/source/event_groups.c source file must be included in the build if * configUSE_EVENT_GROUPS is set to 1. Defaults to 1 if left undefined. */