diff options
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r-- | firmware/export/config-recorder.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 97062c168c..fee2b2a2e0 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -13,14 +13,11 @@ #define CONFIG_KEYPAD RECORDER_PAD /* define this if you have a real-time clock */ -#define HAVE_RTC 1 +#define CONFIG_RTC RTC_M41ST84W /* define this if you have RTC RAM available for settings */ #define HAVE_RTC_RAM 1 -/* define this to the type of RTC hardware */ -#define CONFIG_RTC RTC_M41ST84W - /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x8000 |