summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10_5gb.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-08-20 23:05:47 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-08-20 23:05:47 +0000
commit18cfe431d7556f8cd7047018febe191073c26a1f (patch)
tree90b208d90f3a75cbfd226837e1a3efd46a728e69 /firmware/export/config-h10_5gb.h
parent2a8dfd65b98e6dfe946b6d12b9660c739d29e31b (diff)
downloadrockbox-18cfe431d7556f8cd7047018febe191073c26a1f.tar.gz
rockbox-18cfe431d7556f8cd7047018febe191073c26a1f.zip
Fix errors when building H10 Normal build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10668 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r--firmware/export/config-h10_5gb.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index c5aaceb573..b4ff34b612 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -38,7 +38,7 @@
38 38
39/* define this if you have a real-time clock */ 39/* define this if you have a real-time clock */
40#ifndef BOOTLOADER 40#ifndef BOOTLOADER
41#define CONFIG_RTC RTC_E8564 /* TODO: figure this out */ 41/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */
42#endif 42#endif
43 43
44/* Define this if you have a software controlled poweroff */ 44/* Define this if you have a software controlled poweroff */
@@ -98,6 +98,8 @@
98/* Type of LCD */ 98/* Type of LCD */
99#define CONFIG_LCD LCD_H10_5GB 99#define CONFIG_LCD LCD_H10_5GB
100 100
101#define DEFAULT_CONTRAST_SETTING 19
102
101/* Offset ( in the firmware file's header ) to the file length */ 103/* Offset ( in the firmware file's header ) to the file length */
102#define FIRMWARE_OFFSET_FILE_LENGTH 0 104#define FIRMWARE_OFFSET_FILE_LENGTH 0
103 105
@@ -110,13 +112,13 @@
110/* #define USB_IPODSTYLE */ 112/* #define USB_IPODSTYLE */
111 113
112/* define this if the unit can be powered or charged via USB */ 114/* define this if the unit can be powered or charged via USB */
113#define HAVE_USB_POWER 115/*#define HAVE_USB_POWER*/
114 116
115/* Virtual LED (icon) */ 117/* Virtual LED (icon) */
116#define CONFIG_LED LED_VIRTUAL 118#define CONFIG_LED LED_VIRTUAL
117 119
118/* Define this if you have adjustable CPU frequency */ 120/* Define this if you have adjustable CPU frequency */
119#define HAVE_ADJUSTABLE_CPU_FREQ 121/*#define HAVE_ADJUSTABLE_CPU_FREQ*/
120 122
121#define BOOTFILE_EXT "h10" 123#define BOOTFILE_EXT "h10"
122#define BOOTFILE "rockbox." BOOTFILE_EXT 124#define BOOTFILE "rockbox." BOOTFILE_EXT