[stm32f4-ltdc] Remove the LCD_TFT_BASE define.

This define name was used because of datasheet inconsistency. The
correct name is LTDC.
This commit is contained in:
Piotr Esden-Tempski 2015-02-05 17:55:47 -08:00
parent ef97de242e
commit 34e9e8c3e1

View File

@ -95,8 +95,7 @@
#define SPI5_BASE (PERIPH_BASE_APB2 + 0x5000) #define SPI5_BASE (PERIPH_BASE_APB2 + 0x5000)
#define SPI6_BASE (PERIPH_BASE_APB2 + 0x5400) #define SPI6_BASE (PERIPH_BASE_APB2 + 0x5400)
#define SAI1_BASE (PERIPH_BASE_APB2 + 0x5800) #define SAI1_BASE (PERIPH_BASE_APB2 + 0x5800)
#define LCD_TFT_BASE (PERIPH_BASE_APB2 + 0x6800) #define LTDC_BASE (PERIPH_BASE_APB2 + 0x6800)
#define LTDC_BASE LCD_TFT_BASE
/* PERIPH_BASE_APB2 + 0x6C00 (0x4001 6C00 - 0x4001 FFFF): Reserved */ /* PERIPH_BASE_APB2 + 0x6C00 (0x4001 6C00 - 0x4001 FFFF): Reserved */
/* AHB1 */ /* AHB1 */