summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-06 07:30:02 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-06 07:30:02 +0000
commite3c21065fc8e5592cb97d1f235793610301133c0 (patch)
treeea5906e0733bde0bee49f5845393298797036ee4
parentcef83c782f0904e536229ffda935ca502dc1015f (diff)
downloadrockbox-e3c21065fc8e5592cb97d1f235793610301133c0.tar.gz
rockbox-e3c21065fc8e5592cb97d1f235793610301133c0.zip
Iriver remotes might also tick on H300, so offer the ticking reduction. H300 users: reset settings and reload from .cfg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9531 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index f9901666e5..d9260e6cca 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -74,6 +74,9 @@
74 74
75#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */ 75#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
76 76
77/* Define if we have a hardware defect that causes ticking on the audio line */
78#define HAVE_REMOTE_LCD_TICKING
79
77/* Define this if the platform can charge batteries */ 80/* Define this if the platform can charge batteries */
78#define HAVE_CHARGING 1 81#define HAVE_CHARGING 1
79 82