diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-19 10:51:38 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-19 10:51:38 +0000 |
commit | 0c379c379b5333e1d30023fc6ef34dee159c06e2 (patch) | |
tree | 0cd0fe6adf29a04e5d9e6ae940a017562bb4c836 /demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h | |
parent | 52d583ec3b89f04d4daa3688026bde568315b64c (diff) | |
download | ChibiOS-0c379c379b5333e1d30023fc6ef34dee159c06e2.tar.gz ChibiOS-0c379c379b5333e1d30023fc6ef34dee159c06e2.tar.bz2 ChibiOS-0c379c379b5333e1d30023fc6ef34dee159c06e2.zip |
Fixed bug #913.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11345 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h')
-rw-r--r-- | demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h index 2a48283a8..ac17cc1a6 100644 --- a/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32F769I-DISCOVERY/mcuconf.h @@ -90,7 +90,8 @@ #define STM32_LPTIM1SEL STM32_LPTIM1SEL_PCLK1
#define STM32_CECSEL STM32_CECSEL_LSE
#define STM32_CK48MSEL STM32_CK48MSEL_PLL
-#define STM32_SDMMCSEL STM32_SDMMCSEL_PLL48CLK
+#define STM32_SDMMC1SEL STM32_SDMMC1SEL_PLL48CLK
+#define STM32_SDMMC2SEL STM32_SDMMC2SEL_PLL48CLK
#define STM32_SRAM2_NOCACHE FALSE
/*
|