[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:
parent
ef97de242e
commit
34e9e8c3e1
@ -95,8 +95,7 @@
|
||||
#define SPI5_BASE (PERIPH_BASE_APB2 + 0x5000)
|
||||
#define SPI6_BASE (PERIPH_BASE_APB2 + 0x5400)
|
||||
#define SAI1_BASE (PERIPH_BASE_APB2 + 0x5800)
|
||||
#define LCD_TFT_BASE (PERIPH_BASE_APB2 + 0x6800)
|
||||
#define LTDC_BASE LCD_TFT_BASE
|
||||
#define LTDC_BASE (PERIPH_BASE_APB2 + 0x6800)
|
||||
/* PERIPH_BASE_APB2 + 0x6C00 (0x4001 6C00 - 0x4001 FFFF): Reserved */
|
||||
|
||||
/* AHB1 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user