diff options
author | Uwe Freese <thebreaker@rockbox.org> | 2003-02-13 12:05:06 +0000 |
---|---|---|
committer | Uwe Freese <thebreaker@rockbox.org> | 2003-02-13 12:05:06 +0000 |
commit | e04a3a02ac0b5cfb52e6cdb00c7792fe8610b5c5 (patch) | |
tree | b1a419595fd2512aee43e81871a386d31a854a79 /firmware/export/config-fmrecorder.h | |
parent | 77d457c71c88dbc246589e5799d31cdecbfa32c4 (diff) |
guessed battery scale factor for FM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index c49d291495..88ed9e433c 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -25,8 +25,8 @@ /* Define this to the CPU frequency */ #define CPU_FREQ 11059200 -/* Battery scale factor (?) */ -#define BATTERY_SCALE_FACTOR 6465 +/* Battery scale factor (guessed, seems to be 1,25 * value from recorder) */ +#define BATTERY_SCALE_FACTOR 8081 /* Define this if you control power on PBDR (instead of PADR) */ #define HAVE_POWEROFF_ON_PBDR |