mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Fix formatting check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
164235153e
commit
19e4a2d734
|
@ -86,6 +86,7 @@
|
||||||
* the application can use opaque handles maintained in mpu_wrappers.c
|
* the application can use opaque handles maintained in mpu_wrappers.c
|
||||||
* with all the APIs. */
|
* with all the APIs. */
|
||||||
#if ( configUSE_MPU_WRAPPERS_V1 == 1 )
|
#if ( configUSE_MPU_WRAPPERS_V1 == 1 )
|
||||||
|
|
||||||
/* These are not needed in v2 because they do not take a task
|
/* These are not needed in v2 because they do not take a task
|
||||||
* handle and therefore, no lookup is needed. Needed in v1 because
|
* handle and therefore, no lookup is needed. Needed in v1 because
|
||||||
* these are available as system calls in v1. */
|
* these are available as system calls in v1. */
|
||||||
|
|
Loading…
Reference in a new issue