Fix formatting check

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav Aggarwal 2024-09-25 18:54:22 +00:00
parent 164235153e
commit 19e4a2d734
2 changed files with 6 additions and 5 deletions

View file

@ -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. */