diff options
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 28d8239c22..221472a179 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.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 | ||