From 205160aec0bace67836ee70e5bdaa85f4d7f10d5 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 25 Nov 2015 12:24:22 +1000 Subject: Change STM32F429i-Discovery board to use the general STM32LTDC driver. The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone --- boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c') diff --git a/boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c b/boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c index aaf3c391..2f6af0dd 100644 --- a/boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c +++ b/boards/base/STM32F746-Discovery/stm32f746g_raw32_ugfx.c @@ -16,7 +16,6 @@ #endif static void SystemClock_Config(void); -static void CPU_CACHE_Enable(void); void Raw32OSInit(void) { /* Enable the CPU Cache's */ -- cgit v1.2.3