mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Uncrustify: triggered by comment.
This commit is contained in:
parent
cdf54d5875
commit
cb900a2b7d
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
|
@ -45,7 +45,7 @@
|
|||
* reason is that the stack alignment requirements vary for different
|
||||
* architectures.*/
|
||||
#if ( ( configSUPPORT_STATIC_ALLOCATION == 1 ) && ( configKERNEL_PROVIDED_STATIC_MEMORY == 1 ) && ( portUSING_MPU_WRAPPERS != 0 ) )
|
||||
#error configKERNEL_PROVIDED_STATIC_MEMORY cannot be set to 1 when using an MPU port. The vApplicationGet*TaskMemory() functions must be provided manually.
|
||||
#error configKERNEL_PROVIDED_STATIC_MEMORY cannot be set to 1 when using an MPU port. The vApplicationGet*TaskMemory() functions must be provided manually.
|
||||
#endif
|
||||
|
||||
/* The MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue