summaryrefslogtreecommitdiff
path: root/hw/bsp/mcx/FreeRTOSConfig
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-26 16:37:47 +0700
committerhathach <[email protected]>2023-05-26 16:37:47 +0700
commit7ac85d08c7aa59f35cbbf2657dd9be68d46e1fdc (patch)
treebbc4b7b31aee6554fb6768af6c85609122ed7e5e /hw/bsp/mcx/FreeRTOSConfig
parent05cc342dfa258a2c5e381788009b84445b6e9856 (diff)
move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly with make
Diffstat (limited to 'hw/bsp/mcx/FreeRTOSConfig')
-rw-r--r--hw/bsp/mcx/FreeRTOSConfig/FreeRTOSConfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/bsp/mcx/FreeRTOSConfig/FreeRTOSConfig.h b/hw/bsp/mcx/FreeRTOSConfig/FreeRTOSConfig.h
index 4c6058d27..421106f08 100644
--- a/hw/bsp/mcx/FreeRTOSConfig/FreeRTOSConfig.h
+++ b/hw/bsp/mcx/FreeRTOSConfig/FreeRTOSConfig.h
@@ -49,10 +49,10 @@ extern uint32_t SystemCoreClock;
#endif
/* Cortex M23/M33 port configuration. */
-#define configENABLE_MPU 0
-#define configENABLE_FPU 1
-#define configENABLE_TRUSTZONE 0
-#define configMINIMAL_SECURE_STACK_SIZE ( 1024 )
+#define configENABLE_MPU 0
+#define configENABLE_FPU 1
+#define configENABLE_TRUSTZONE 0
+#define configMINIMAL_SECURE_STACK_SIZE (1024)
#define configUSE_PREEMPTION 1
#define configUSE_PORT_OPTIMISED_TASK_SELECTION 0