diff options
author | Andrea Zoppi <texzk@email.it> | 2015-07-05 22:51:13 +0200 |
---|---|---|
committer | Andrea Zoppi <texzk@email.it> | 2015-07-05 22:51:13 +0200 |
commit | 0179e6fc83be5f657bf43bb8f672e8d99e5c79cb (patch) | |
tree | 76a8eaf08e9d52ff9c0d1541690fc1642d20ce39 /testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h | |
parent | 246e4cc26b79a5efcd1064c8162e498b9b97368a (diff) | |
parent | 95da8798dd924b6eceb60c41f26d262d83799acb (diff) | |
download | ChibiOS-Contrib-0179e6fc83be5f657bf43bb8f672e8d99e5c79cb.tar.gz ChibiOS-Contrib-0179e6fc83be5f657bf43bb8f672e8d99e5c79cb.tar.bz2 ChibiOS-Contrib-0179e6fc83be5f657bf43bb8f672e8d99e5c79cb.zip |
Merge branch 'master' into tribuf
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h b/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h index 95a584c..81c7e2c 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h +++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/mcuconf_community.h @@ -24,4 +24,5 @@ * FSMC SDRAM driver system settings. */ #define STM32_USE_FSMC_SDRAM TRUE -#define STM32_SDRAM_USE_FSMC_SDRAM1 TRUE +#define STM32_SDRAM_USE_FSMC_SDRAM1 FALSE +#define STM32_SDRAM_USE_FSMC_SDRAM2 TRUE |