diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-10-04 21:13:10 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-10-04 21:13:10 +0000 |
commit | 4ca542e021e4572b685a6679b5cef0ac575953fa (patch) | |
tree | b31a0a4536ee23a9e87e09168535b0fe16663b87 /testhal/AVR/MEGA/PWM/chconf.h | |
parent | 55a9e2899e210efd5ea341f43ae77c6fdb683993 (diff) | |
download | ChibiOS-4ca542e021e4572b685a6679b5cef0ac575953fa.tar.gz ChibiOS-4ca542e021e4572b685a6679b5cef0ac575953fa.tar.bz2 ChibiOS-4ca542e021e4572b685a6679b5cef0ac575953fa.zip |
AVR: Update testhal chconf.h files to avoid error during compilation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10775 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/MEGA/PWM/chconf.h')
-rw-r--r-- | testhal/AVR/MEGA/PWM/chconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/AVR/MEGA/PWM/chconf.h b/testhal/AVR/MEGA/PWM/chconf.h index 141f68e43..01c18df29 100644 --- a/testhal/AVR/MEGA/PWM/chconf.h +++ b/testhal/AVR/MEGA/PWM/chconf.h @@ -275,7 +275,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_MEMCORE FALSE
+#define CH_CFG_USE_MEMCORE TRUE
/**
* @brief Heap Allocator APIs.
@@ -287,7 +287,7 @@ * @p CH_CFG_USE_SEMAPHORES.
* @note Mutexes are recommended.
*/
-#define CH_CFG_USE_HEAP FALSE
+#define CH_CFG_USE_HEAP TRUE
/**
* @brief Memory Pools Allocator APIs.
@@ -305,7 +305,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.
|