From 74ea443727a8ff427bf18d2b23cd9618ed020778 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 8 Apr 2024 18:16:14 +0000 Subject: [PATCH] Uncrustify: triggered by comment. --- examples/template_configuration/FreeRTOSConfig.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/template_configuration/FreeRTOSConfig.h b/examples/template_configuration/FreeRTOSConfig.h index 3f4742d19..fba8f9b82 100644 --- a/examples/template_configuration/FreeRTOSConfig.h +++ b/examples/template_configuration/FreeRTOSConfig.h @@ -575,19 +575,19 @@ /* ARMv7-M and ARMv8-M port Specific Configuration definitions. ***************/ /******************************************************************************/ -/* Set configCHECK_HANDLER_INSTALLATION to 1, to enable additional asserts to verify - * that the application has correctly installed FreeRTOS interrupt handlers. +/* 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: - * 1. Direct Routing - Install the functions vPortSVCHandler and xPortPendSVHandler + * 1. Direct Routing - Install the functions vPortSVCHandler and xPortPendSVHandler * for SVC call and PendSV interrupts respectively. - * 2. Indirect Routing - Install separate handlers for SVC call and PendSV + * 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. - * + * * Defaults to 1 , if left undefined. */ -#define configCHECK_HANDLER_INSTALLATION 1 +#define configCHECK_HANDLER_INSTALLATION 1 /******************************************************************************/ /* Definitions that include or exclude functionality. *************************/