forked from len0rd/rockbox
Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0107dfc827
commit
e847054e63
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
|||
#endif
|
||||
|
||||
#ifdef SIMULATOR
|
||||
/* TODO: find a better way to do it but we need a kernel thread somewhere to
|
||||
handle this */
|
||||
extern void screen_dump(void);
|
||||
|
||||
static inline void __backlight_on(void)
|
||||
{
|
||||
sim_backlight(100);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue