From fb6d414856320349c74d6ac3e9925977347ebb04 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sat, 4 Nov 2017 10:46:13 +0000 Subject: 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 --- demos/AVR/RT-ARDUINO-MEGA/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /** @} */ -- cgit v1.2.3