diff options
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 221472a179..a96da0a352 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h | |||
@@ -13,14 +13,11 @@ | |||
13 | #define CONFIG_KEYPAD RECORDER_PAD | 13 | #define CONFIG_KEYPAD RECORDER_PAD |
14 | 14 | ||
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 CONFIG_RTC RTC_M41ST84W |
17 | 17 | ||
18 | /* define this if you have RTC RAM available for settings */ | 18 | /* define this if you have RTC RAM available for settings */ |
19 | #define HAVE_RTC_RAM 1 | 19 | #define HAVE_RTC_RAM 1 |
20 | 20 | ||
21 | /* define this to the type of RTC hardware */ | ||
22 | #define CONFIG_RTC RTC_M41ST84W | ||
23 | |||
24 | /* Define this if you have a software controlled poweroff */ | 21 | /* Define this if you have a software controlled poweroff */ |
25 | #define HAVE_SW_POWEROFF | 22 | #define HAVE_SW_POWEROFF |
26 | 23 | ||