summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/config-fmrecorder.h3
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 @@
22/* Define this if you have a FM Recorder key system */ 22/* Define this if you have a FM Recorder key system */
23#define HAVE_FMADC 1 23#define HAVE_FMADC 1
24 24
25/* Define this if you have a LiIon battery */
26#define HAVE_LIION
27
25/* Define this to the CPU frequency */ 28/* Define this to the CPU frequency */
26#define CPU_FREQ 11059200 29#define CPU_FREQ 11059200
27 30