diff options
-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 |