summaryrefslogtreecommitdiff
path: root/hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-11-18 20:11:17 +0700
committerGitHub <[email protected]>2023-11-18 20:11:17 +0700
commitda3e511b92bf3963cdbba41cc90c6b1e32704aa4 (patch)
tree55262082e1aa64e9a30981f4ed9a9fcb9b078645 /hw/bsp/samd21/FreeRTOSConfig/FreeRTOSConfig.h
parent0f187b4d1c4d1cb74e453fbbabf6fdcdbf8a5745 (diff)
parent2187ece844805434bfe61243fcf70014398acd43 (diff)
Merge pull request #2320 from hathach/update-imxrt-family
Update imxrt family
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