summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 2f5254f3bc..a41c69a7bf 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -84,18 +84,12 @@
84/* Define this if you have a FM Recorder key system */ 84/* Define this if you have a FM Recorder key system */
85#define HAVE_FMADC 85#define HAVE_FMADC
86 86
87/* Define this if you need to power on ATA */
88#define NEEDS_ATA_POWER_ON
89
90/* Define this if battery voltage can only be measured with ATA powered */ 87/* Define this if battery voltage can only be measured with ATA powered */
91#define NEED_ATA_POWER_BATT_MEASURE 88#define NEED_ATA_POWER_BATT_MEASURE
92 89
93/* Define this to the CPU frequency */ 90/* Define this to the CPU frequency */
94#define CPU_FREQ 11059200 91#define CPU_FREQ 11059200
95 92
96/* Define this if you control power on PB5 (instead of the OFF button) */
97#define HAVE_POWEROFF_ON_PB5
98
99/* Offset ( in the firmware file's header ) to the file length */ 93/* Offset ( in the firmware file's header ) to the file length */
100#define FIRMWARE_OFFSET_FILE_LENGTH 20 94#define FIRMWARE_OFFSET_FILE_LENGTH 20
101 95