diff options
author | Uwe Freese <thebreaker@rockbox.org> | 2003-01-27 11:23:25 +0000 |
---|---|---|
committer | Uwe Freese <thebreaker@rockbox.org> | 2003-01-27 11:23:25 +0000 |
commit | 2dc923a34637b174da20277ba414c4fc2ed23a35 (patch) | |
tree | 082b1cfe277fb9c0d32f2a085d0c36cb471d61f4 /firmware | |
parent | 184fd554115beb52bb4037ddcd36d8db26d5938d (diff) |
FM has LiIon battery
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3168 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/config-fmrecorder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/config-fmrecorder.h b/firmware/config-fmrecorder.h index a760c39907..7befca8e52 100644 --- a/firmware/config-fmrecorder.h +++ b/firmware/config-fmrecorder.h @@ -22,6 +22,9 @@ /* Define this if you have a FM Recorder key system */ #define HAVE_FMADC 1 +/* Define this if you have a LiIon battery */ +#define HAVE_LIION + /* Define this to the CPU frequency */ #define CPU_FREQ 11059200 |