Formatting changes

Code review suggestions
This commit is contained in:
Rahul Kar 2024-04-09 10:17:36 +05:30 committed by GitHub
parent f03a94f29c
commit dd7e432377
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -575,7 +575,7 @@
/* ARMv7-M and ARMv8-M port Specific Configuration definitions. ***************/ /* 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. * that the application has correctly installed FreeRTOS interrupt handlers.
* *
* An application can install FreeRTOS interrupt handlers in one of the following ways: * 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 * 2. Indirect Routing - Install separate handlers for SVC call and PendSV
* interrupts and route program control from those handlers * interrupts and route program control from those handlers
* to vPortSVCHandler and xPortPendSVHandler functions. * 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 #define configCHECK_HANDLER_INSTALLATION 1
/******************************************************************************/ /******************************************************************************/