summaryrefslogtreecommitdiff
path: root/firmware/export
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
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')
-rw-r--r--firmware/export/config-h10.h8
-rw-r--r--firmware/export/config-h10_5gb.h8
2 files changed, 10 insertions, 6 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 099df0d715..d225baddbe 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -37,7 +37,7 @@
37 37
38/* define this if you have a real-time clock */ 38/* define this if you have a real-time clock */
39#ifndef BOOTLOADER 39#ifndef BOOTLOADER
40#define CONFIG_RTC RTC_E8564 /* TODO: figure this out */ 40/*#define CONFIG_RTC RTC_E8564*/ /* TODO: figure this out */
41#endif 41#endif
42 42
43/* Define this if you have a software controlled poweroff */ 43/* Define this if you have a software controlled poweroff */
@@ -99,6 +99,8 @@
99/* Type of LCD */ 99/* Type of LCD */
100#define CONFIG_LCD LCD_H10 100#define CONFIG_LCD LCD_H10
101 101
102#define DEFAULT_CONTRAST_SETTING 19
103
102/* Offset ( in the firmware file's header ) to the file length */ 104/* Offset ( in the firmware file's header ) to the file length */
103#define FIRMWARE_OFFSET_FILE_LENGTH 0 105#define FIRMWARE_OFFSET_FILE_LENGTH 0
104 106
@@ -111,13 +113,13 @@
111/* #define USB_IPODSTYLE */ 113/* #define USB_IPODSTYLE */
112 114
113/* define this if the unit can be powered or charged via USB */ 115/* define this if the unit can be powered or charged via USB */
114#define HAVE_USB_POWER 116/*#define HAVE_USB_POWER*/
115 117
116/* Virtual LED (icon) */ 118/* Virtual LED (icon) */
117#define CONFIG_LED LED_VIRTUAL 119#define CONFIG_LED LED_VIRTUAL
118 120
119/* Define this if you have adjustable CPU frequency */ 121/* Define this if you have adjustable CPU frequency */
120#define HAVE_ADJUSTABLE_CPU_FREQ 122/*#define HAVE_ADJUSTABLE_CPU_FREQ*/
121 123
122#define BOOTFILE_EXT "h10" 124#define BOOTFILE_EXT "h10"
123#define BOOTFILE "rockbox." BOOTFILE_EXT 125#define BOOTFILE "rockbox." BOOTFILE_EXT
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