summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index fbe99812dc..21fe0b20c2 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -15,6 +15,12 @@
15/* define this if you have a real-time clock */ 15/* define this if you have a real-time clock */
16#define HAVE_RTC 1 16#define HAVE_RTC 1
17 17
18/* define this if you have RTC RAM available for settings */
19#define HAVE_RTC_RAM 1
20
21/* define this to the type of RTC hardware */
22#define CONFIG_RTC RTC_M41ST84W
23
18/* Define this if you have a software controlled poweroff */ 24/* Define this if you have a software controlled poweroff */
19#define HAVE_SW_POWEROFF 25#define HAVE_SW_POWEROFF
20 26