diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-30 06:54:41 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-05-30 06:54:41 +0000 |
commit | 2194e1f29624395358ce72d611d8b87c6714f271 (patch) | |
tree | c4d3d59a2dabf239e833eb8b2aa8e7a9ee83a5aa /demos/STM32/RT-STM32F746G-DISCOVERY | |
parent | 2045fd61b92f77bcf458ec88b1590b1f9a0faa5c (diff) | |
download | ChibiOS-2194e1f29624395358ce72d611d8b87c6714f271.tar.gz ChibiOS-2194e1f29624395358ce72d611d8b87c6714f271.tar.bz2 ChibiOS-2194e1f29624395358ce72d611d8b87c6714f271.zip |
Fixed LDC-related issues with STM32F746G-Discovery board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10231 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F746G-DISCOVERY')
-rw-r--r-- | demos/STM32/RT-STM32F746G-DISCOVERY/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F746G-DISCOVERY/mcuconf.h b/demos/STM32/RT-STM32F746G-DISCOVERY/mcuconf.h index 3b1f2128a..8da26145e 100644 --- a/demos/STM32/RT-STM32F746G-DISCOVERY/mcuconf.h +++ b/demos/STM32/RT-STM32F746G-DISCOVERY/mcuconf.h @@ -70,10 +70,10 @@ #define STM32_PLLSAIQ_VALUE 4
#define STM32_PLLSAIR_VALUE 4
#define STM32_PLLSAIDIVQ_VALUE 2
-#define STM32_PLLSAIDIVR_VALUE 2
+#define STM32_PLLSAIDIVR_VALUE 4
#define STM32_SAI1SEL STM32_SAI1SEL_OFF
#define STM32_SAI2SEL STM32_SAI2SEL_OFF
-#define STM32_LCDTFT_REQUIRED FALSE
+#define STM32_LCDTFT_REQUIRED TRUE
#define STM32_USART1SEL STM32_USART1SEL_PCLK2
#define STM32_USART2SEL STM32_USART2SEL_PCLK1
#define STM32_USART3SEL STM32_USART3SEL_PCLK1
|