forked from len0rd/rockbox
Fix r31311 red and yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
62facd1ff2
commit
71bb87e3fc
5 changed files with 10 additions and 1 deletions
|
|
@ -18,6 +18,9 @@
|
|||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifdef BOOTLOADER
|
||||
#include <string.h> /* memset */
|
||||
#endif
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "lcd.h"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include "lcd.h"
|
||||
#include "lcd-target.h"
|
||||
|
||||
extern bool lcd_active(void);
|
||||
extern void lcd_set_active(bool active);
|
||||
|
||||
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
#include "lcd.h"
|
||||
#include "lcd-target.h"
|
||||
|
||||
extern bool lcd_active(void);
|
||||
extern void lcd_set_active(bool active);
|
||||
|
||||
/* Power and display status */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue