summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorder.h')
-rw-r--r--firmware/export/config-recorder.h5
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 @@
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/* The number of bytes reserved for loadable plugins */ 21/* The number of bytes reserved for loadable plugins */
25#define PLUGIN_BUFFER_SIZE 0x8000 22#define PLUGIN_BUFFER_SIZE 0x8000
26 23