summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2003-12-03 01:03:54 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2003-12-03 01:03:54 +0000
commit44298163ba2afb0d5506b67e163a655c44506295 (patch)
treeae4192b5028f4c140a9e22ec2147eefac208a1c1 /firmware/export/config-recorderv2.h
parent99c218a2724788d78d42217d9a685f2b2163a31b (diff)
downloadrockbox-44298163ba2afb0d5506b67e163a655c44506295.tar.gz
rockbox-44298163ba2afb0d5506b67e163a655c44506295.zip
No more spinning disk while charging flashed FM+V2 (you need the new bootloader to utilize it). ToDo: remove now false voltage reading from charging screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4095 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 7c5d631875..264f9984aa 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -19,6 +19,9 @@
19/* Define this if you have a LiIon battery */ 19/* Define this if you have a LiIon battery */
20#define HAVE_LIION 20#define HAVE_LIION
21 21
22/* Define this if you need to power on ATA */
23#define NEEDS_ATA_POWER_ON
24
22/* Define this to the CPU frequency */ 25/* Define this to the CPU frequency */
23#define CPU_FREQ 11059200 26#define CPU_FREQ 11059200
24 27