diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-11-04 10:46:13 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-11-04 10:46:13 +0000 |
commit | fb6d414856320349c74d6ac3e9925977347ebb04 (patch) | |
tree | 13d38dc66ce2078322f1703590fb14d104c18f46 /demos | |
parent | 3c604acd69e8055201a8b79e7fb8ceb42c0bc78d (diff) | |
download | ChibiOS-fb6d414856320349c74d6ac3e9925977347ebb04.tar.gz ChibiOS-fb6d414856320349c74d6ac3e9925977347ebb04.tar.bz2 ChibiOS-fb6d414856320349c74d6ac3e9925977347ebb04.zip |
AVR: Activate the dynamic flag on the RTOS configuration for the test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10932 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/AVR/RT-ARDUINO-MEGA/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-ARDUINO-MEGA/chconf.h b/demos/AVR/RT-ARDUINO-MEGA/chconf.h index e1ffdb102..5b3010acc 100644 --- a/demos/AVR/RT-ARDUINO-MEGA/chconf.h +++ b/demos/AVR/RT-ARDUINO-MEGA/chconf.h @@ -316,7 +316,7 @@ * @note Requires @p CH_CFG_USE_WAITEXIT.
* @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
*/
-#define CH_CFG_USE_DYNAMIC FALSE
+#define CH_CFG_USE_DYNAMIC TRUE
/** @} */
|