summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/lcd-charcell.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/lcd-charcell.c')
-rw-r--r--uisimulator/sdl/lcd-charcell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/lcd-charcell.c b/uisimulator/sdl/lcd-charcell.c
index 59ae39a248..cb31d6349b 100644
--- a/uisimulator/sdl/lcd-charcell.c
+++ b/uisimulator/sdl/lcd-charcell.c
@@ -114,7 +114,7 @@ void drawrectangles(int color, struct rectangle *points, int count)
114 SDL_UnlockSurface(lcd_surface); 114 SDL_UnlockSurface(lcd_surface);
115} 115}
116 116
117#ifdef CONFIG_BACKLIGHT 117#if CONFIG_BACKLIGHT
118void sim_backlight(int value) 118void sim_backlight(int value)
119{ 119{
120 if (value > 0) { 120 if (value > 0) {