summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 256cdeac77..5524a55dc0 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -36,6 +36,9 @@
36/* Define this if you have an remote lcd */ 36/* Define this if you have an remote lcd */
37#define HAVE_REMOTE_LCD 37#define HAVE_REMOTE_LCD
38 38
39/* Define this for LCD backlight available */
40#define CONFIG_BACKLIGHT BL_IRIVER_H300 /* port controlled PWM */
41
39/* Define this if you have a software controlled poweroff */ 42/* Define this if you have a software controlled poweroff */
40#define HAVE_SW_POWEROFF 43#define HAVE_SW_POWEROFF
41 44
@@ -69,9 +72,6 @@
69/* The size of the flash ROM */ 72/* The size of the flash ROM */
70#define FLASH_SIZE 0x400000 73#define FLASH_SIZE 0x400000
71 74
72/* Define this for LCD backlight available */
73#define CONFIG_BACKLIGHT BL_IRIVER_H300 /* port controlled PWM */
74
75/* Define this to the CPU frequency */ 75/* Define this to the CPU frequency */
76#define CPU_FREQ 11289600 76#define CPU_FREQ 11289600
77 77