diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2003-12-03 07:05:13 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2003-12-03 07:05:13 +0000 |
| commit | eb28d43cd7a140768207f8f270052072e440345c (patch) | |
| tree | 7b7a5d1401422f0de1a63ac07069114c15b309c2 /firmware | |
| parent | 44298163ba2afb0d5506b67e163a655c44506295 (diff) | |
| download | rockbox-eb28d43cd7a140768207f8f270052072e440345c.zip rockbox-eb28d43cd7a140768207f8f270052072e440345c.tar.gz rockbox-eb28d43cd7a140768207f8f270052072e440345c.tar.bz2 rockbox-eb28d43cd7a140768207f8f270052072e440345c.tar.xz | |
for FM and V2: removed the now false voltage reading from charging screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4096 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/config-fmrecorder.h | 3 | ||||
| -rw-r--r-- | firmware/export/config-recorderv2.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 264f998..d7e6c8f 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -22,6 +22,9 @@ /* Define this if you need to power on ATA */ #define NEEDS_ATA_POWER_ON +/* Define this if battery voltage can only be measured with ATA powered */ +#define NEED_ATA_POWER_BATT_MEASURE + /* Define this to the CPU frequency */ #define CPU_FREQ 11059200 diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 264f998..d7e6c8f 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -22,6 +22,9 @@ /* Define this if you need to power on ATA */ #define NEEDS_ATA_POWER_ON +/* Define this if battery voltage can only be measured with ATA powered */ +#define NEED_ATA_POWER_BATT_MEASURE + /* Define this to the CPU frequency */ #define CPU_FREQ 11059200 |