summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-08 18:33:06 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-08 18:33:06 +0000
commitd7e55278f38b843e77541439209fcf6c0e6f3662 (patch)
treea3ef52a14e64756330f7c8bf86791daba77c900a /firmware/export/config-h120.h
parenta32b33bf83b70979d131933ed1bed1b4efeb74ec (diff)
downloadrockbox-d7e55278f38b843e77541439209fcf6c0e6f3662.tar.gz
rockbox-d7e55278f38b843e77541439209fcf6c0e6f3662.zip
Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the H100 series.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11470 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index b22ff0eb22..ad73f379b9 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -102,6 +102,9 @@
102#define BATTERY_TYPES_COUNT 1 /* only one type */ 102#define BATTERY_TYPES_COUNT 1 /* only one type */
103#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ 103#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
104 104
105/* Define this if you can run rockbox from flash memory */
106#define HAVE_FLASHED_ROCKBOX
107
105/* Define if we have a hardware defect that causes ticking on the audio line */ 108/* Define if we have a hardware defect that causes ticking on the audio line */
106#define HAVE_REMOTE_LCD_TICKING 109#define HAVE_REMOTE_LCD_TICKING
107 110