From 9ffd9327e339ee9028654000497525b62e826652 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 12 Jan 2015 12:02:24 +0100 Subject: Fix red/yellow Change-Id: Ie01251af2cd843979b5fdefcfa541ba377d13bd7 --- uisimulator/common/backlight-sim.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'uisimulator/common/backlight-sim.h') diff --git a/uisimulator/common/backlight-sim.h b/uisimulator/common/backlight-sim.h index f7e35dcc75..cd77d0287b 100644 --- a/uisimulator/common/backlight-sim.h +++ b/uisimulator/common/backlight-sim.h @@ -32,10 +32,10 @@ void backlight_hw_off(void); void backlight_hw_brightness(int val); #endif /* HAVE_BACKLIGHT_BRIGHTNESS */ #ifdef HAVE_BUTTON_LIGHT -voidbuttonlight_hw_on(void); -voidbuttonlight_hw_off(void); +void buttonlight_hw_on(void); +void buttonlight_hw_off(void); #ifdef HAVE_BUTTONLIGHT_BRIGHTNESS -voidbuttonlight_hw_set_brightness(int val); +void buttonlight_hw_set_brightness(int val); #endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ #endif /* HAVE_BUTTON_LIGHT */ -- cgit v1.2.3