diff options
Diffstat (limited to 'testhal/AVR/MEGA/ICU/chconf.h')
-rw-r--r-- | testhal/AVR/MEGA/ICU/chconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/AVR/MEGA/ICU/chconf.h b/testhal/AVR/MEGA/ICU/chconf.h index 13ead646c..bfd6be77a 100644 --- a/testhal/AVR/MEGA/ICU/chconf.h +++ b/testhal/AVR/MEGA/ICU/chconf.h @@ -282,7 +282,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_MEMCORE FALSE
+#define CH_CFG_USE_MEMCORE TRUE
/**
* @brief Heap Allocator APIs.
@@ -294,7 +294,7 @@ * @p CH_CFG_USE_SEMAPHORES.
* @note Mutexes are recommended.
*/
-#define CH_CFG_USE_HEAP FALSE
+#define CH_CFG_USE_HEAP TRUE
/**
* @brief C-runtime allocator.
@@ -306,7 +306,7 @@ * @note The C-runtime may or may not require @p CH_CFG_USE_MEMCORE, see the
* appropriate documentation.
*/
-#define CH_CFG_USE_MALLOC_HEAP FALSE
+#define CH_CFG_USE_MALLOC_HEAP TRUE
/**
* @brief Memory Pools Allocator APIs.
@@ -324,7 +324,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_OBJ_FIFOS FALSE
+#define CH_CFG_USE_OBJ_FIFOS TRUE
/**
* @brief Dynamic Threads APIs.
|