Fix a warning.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-09-09 02:14:32 +00:00
parent 0107dfc827
commit e847054e63

View file

@ -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);