summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-08-14 22:06:23 +0000
committerJens Arnold <amiconn@rockbox.org>2007-08-14 22:06:23 +0000
commit8a177345ce7b96a00f1f14387412c2dfacfeaf34 (patch)
treefbb8dfa828cf578d535e3d77deebf077b24d2970 /firmware/export/config-recorderv2.h
parent360d951271659af590103dd81efb8166f5b226a2 (diff)
downloadrockbox-8a177345ce7b96a00f1f14387412c2dfacfeaf34.tar.gz
rockbox-8a177345ce7b96a00f1f14387412c2dfacfeaf34.zip
Moved archos power handling into target tree. * Tuner power handling cleaned up a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14345 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index fc1461066a..d28595d154 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -81,18 +81,12 @@
81/* Define this if you have a FM Recorder key system */ 81/* Define this if you have a FM Recorder key system */
82#define HAVE_FMADC 82#define HAVE_FMADC
83 83
84/* Define this if you need to power on ATA */
85#define NEEDS_ATA_POWER_ON
86
87/* Define this if battery voltage can only be measured with ATA powered */ 84/* Define this if battery voltage can only be measured with ATA powered */
88#define NEED_ATA_POWER_BATT_MEASURE 85#define NEED_ATA_POWER_BATT_MEASURE
89 86
90/* Define this to the CPU frequency */ 87/* Define this to the CPU frequency */
91#define CPU_FREQ 11059200 88#define CPU_FREQ 11059200
92 89
93/* Define this if you control power on PB5 (instead of the OFF button) */
94#define HAVE_POWEROFF_ON_PB5
95
96/* Offset ( in the firmware file's header ) to the file length */ 90/* Offset ( in the firmware file's header ) to the file length */
97#define FIRMWARE_OFFSET_FILE_LENGTH 20 91#define FIRMWARE_OFFSET_FILE_LENGTH 20
98 92