mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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
|
#endif
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
#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)
|
static inline void __backlight_on(void)
|
||||||
{
|
{
|
||||||
sim_backlight(100);
|
sim_backlight(100);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue