summaryrefslogtreecommitdiff
path: root/uisimulator/common/backlight-sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/backlight-sim.c')
-rw-r--r--uisimulator/common/backlight-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/backlight-sim.c b/uisimulator/common/backlight-sim.c
index 0d6440b7f3..7acdee84ae 100644
--- a/uisimulator/common/backlight-sim.c
+++ b/uisimulator/common/backlight-sim.c
@@ -27,7 +27,7 @@
27#ifdef HAVE_LCD_SLEEP 27#ifdef HAVE_LCD_SLEEP
28extern void lcd_awake(void); 28extern void lcd_awake(void);
29#endif 29#endif
30/* in uisimulator/sdl/lcd-bitmap.c and lcd-charcell.c */ 30/* in uisimulator/sdl/lcd-bitmap.c */
31extern void sim_backlight(int value); 31extern void sim_backlight(int value);
32 32
33bool backlight_hw_init(void) 33bool backlight_hw_init(void)