summaryrefslogtreecommitdiff
path: root/hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h')
-rw-r--r--hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h b/hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h
index 4ef5dd883..cf643d6e5 100644
--- a/hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h
+++ b/hw/bsp/ra/FreeRTOSConfig/FreeRTOSConfig.h
@@ -88,8 +88,8 @@
#define configENABLE_BACKWARD_COMPATIBILITY 1
#define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0
-#define configSUPPORT_STATIC_ALLOCATION 0
-#define configSUPPORT_DYNAMIC_ALLOCATION 1
+#define configSUPPORT_STATIC_ALLOCATION 1
+#define configSUPPORT_DYNAMIC_ALLOCATION 0
/* Hook function related definitions. */
#define configUSE_IDLE_HOOK 0