summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 264f9984aa..d7e6c8f8f7 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -22,6 +22,9 @@
22/* Define this if you need to power on ATA */ 22/* Define this if you need to power on ATA */
23#define NEEDS_ATA_POWER_ON 23#define NEEDS_ATA_POWER_ON
24 24
25/* Define this if battery voltage can only be measured with ATA powered */
26#define NEED_ATA_POWER_BATT_MEASURE
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
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 264f9984aa..d7e6c8f8f7 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -22,6 +22,9 @@
22/* Define this if you need to power on ATA */ 22/* Define this if you need to power on ATA */
23#define NEEDS_ATA_POWER_ON 23#define NEEDS_ATA_POWER_ON
24 24
25/* Define this if battery voltage can only be measured with ATA powered */
26#define NEED_ATA_POWER_BATT_MEASURE
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