summaryrefslogtreecommitdiff
path: root/hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h')
-rw-r--r--hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h b/hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h
index 02e868741..d83c79601 100644
--- a/hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h
+++ b/hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h
@@ -73,8 +73,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