summaryrefslogtreecommitdiff
path: root/firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c')
-rw-r--r--firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c
index 9abf34ccf9..ba98dba7d1 100644
--- a/firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c
+++ b/firmware/target/arm/gigabeat/meg-fx/backlight-meg-fx.c
@@ -19,11 +19,16 @@
19#include "config.h" 19#include "config.h"
20#include "cpu.h" 20#include "cpu.h"
21#include "system.h" 21#include "system.h"
22#include "backlight-target.h"
22#include "backlight.h" 23#include "backlight.h"
23#include "lcd.h" 24#include "lcd.h"
24#include "sc606-meg-fx.h" 25#include "sc606-meg-fx.h"
25 26
26int confval = SC606_LOW_FREQ; 27static int confval = SC606_LOW_FREQ;
28
29void __backlight_init(void)
30{
31}
27 32
28void __backlight_on(void) 33void __backlight_on(void)
29{ 34{