From dd7e432377ae4d7ce8608e493e007845a8ca892a Mon Sep 17 00:00:00 2001 From: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:17:36 +0530 Subject: [PATCH] Formatting changes Code review suggestions --- examples/template_configuration/FreeRTOSConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/template_configuration/FreeRTOSConfig.h b/examples/template_configuration/FreeRTOSConfig.h index fba8f9b82..ed3a430f1 100644 --- a/examples/template_configuration/FreeRTOSConfig.h +++ b/examples/template_configuration/FreeRTOSConfig.h @@ -575,7 +575,7 @@ /* ARMv7-M and ARMv8-M port Specific Configuration definitions. ***************/ /******************************************************************************/ -/* Set configCHECK_HANDLER_INSTALLATION to 1, to enable additional asserts to verify +/* Set configCHECK_HANDLER_INSTALLATION to 1 to enable additional asserts to verify * that the application has correctly installed FreeRTOS interrupt handlers. * * An application can install FreeRTOS interrupt handlers in one of the following ways: @@ -584,9 +584,9 @@ * 2. Indirect Routing - Install separate handlers for SVC call and PendSV * interrupts and route program control from those handlers * to vPortSVCHandler and xPortPendSVHandler functions. - * The applications that use Indirect Routing, must set configCHECK_HANDLER_INSTALLATION to 0. + * The applications that use Indirect Routing must set configCHECK_HANDLER_INSTALLATION to 0. * - * Defaults to 1 , if left undefined. */ + * Defaults to 1 if left undefined. */ #define configCHECK_HANDLER_INSTALLATION 1 /******************************************************************************/