mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
moved a #endif to stop compiler warnings for uisim on Linux
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@84 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa2669667b
commit
2ba9b895aa
1 changed files with 2 additions and 2 deletions
|
|
@ -299,8 +299,6 @@ extern void lcd_pattern (int which,char const *pattern,int count);
|
||||||
static inline void lcd_goto (int x,int y)
|
static inline void lcd_goto (int x,int y)
|
||||||
{ lcd_instruction (LCD_CURSOR(x,y)); }
|
{ lcd_instruction (LCD_CURSOR(x,y)); }
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*** BACKLIGHT ***/
|
/*** BACKLIGHT ***/
|
||||||
|
|
||||||
static inline void lcd_toggle_backlight (void)
|
static inline void lcd_toggle_backlight (void)
|
||||||
|
|
@ -314,4 +312,6 @@ static inline void lcd_turn_off_backlight (void)
|
||||||
|
|
||||||
/*** ICONS ***/
|
/*** ICONS ***/
|
||||||
|
|
||||||
|
#endif /* HAVE_LCD_CHARCELLS */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue