From 2194e1f29624395358ce72d611d8b87c6714f271 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 30 May 2017 06:54:41 +0000 Subject: 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 --- demos/STM32/RT-STM32F746G-DISCOVERY/mcuconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') 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 -- cgit v1.2.3