summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-05-17 18:22:30 +0700
committerhathach <[email protected]>2018-05-17 18:22:30 +0700
commitca4d64caf65ce459a1ee8c58f8aa1e7bfa483531 (patch)
tree7ea76d96b4a47275e7623f813f6841893625b81d /lib
parentcb40a7bfd023c5d285158e137d6ad52a05d057c8 (diff)
switch osal freeRTOS port to use static semaphore & queue
Diffstat (limited to 'lib')
-rw-r--r--lib/FreeRTOS/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/FreeRTOS/FreeRTOSConfig.h b/lib/FreeRTOS/FreeRTOSConfig.h
index 89b959c07..6dbb674dc 100644
--- a/lib/FreeRTOS/FreeRTOSConfig.h
+++ b/lib/FreeRTOS/FreeRTOSConfig.h
@@ -30,7 +30,7 @@
#define configUSE_NEWLIB_REENTRANT 0
#define configENABLE_BACKWARD_COMPATIBILITY 1
-#define configSUPPORT_STATIC_ALLOCATION 0
+#define configSUPPORT_STATIC_ALLOCATION 1
/* Hook function related definitions. */
#define configUSE_IDLE_HOOK 1