mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Oops, r21896 used the wrong #if check. Thanks to Thomas Martitz for spotting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c969047fea
commit
a677e1ba26
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@
|
||||||
#define UBRDIV1 (*(REG32_PTR_T)(0x3CC08028)) /* Baud Rate Divisor Register */
|
#define UBRDIV1 (*(REG32_PTR_T)(0x3CC08028)) /* Baud Rate Divisor Register */
|
||||||
|
|
||||||
/* 26. LCD INTERFACE CONTROLLER */
|
/* 26. LCD INTERFACE CONTROLLER */
|
||||||
#ifdef CPU_S5L8700
|
#if CONFIG_CPU==S5L8700
|
||||||
#define LCD_BASE 0x3C100000
|
#define LCD_BASE 0x3C100000
|
||||||
#else /* CPU_S5L8701 */
|
#else /* CPU_S5L8701 */
|
||||||
#define LCD_BASE 0x38600000
|
#define LCD_BASE 0x38600000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue