summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index ab4408afe5..9382b22cbd 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -101,9 +101,12 @@
101#define HAVE_AS3514 101#define HAVE_AS3514
102#define HAVE_AS3543 102#define HAVE_AS3543
103 103
104/* define this if you have a real-time clock */
105#ifndef BOOTLOADER 104#ifndef BOOTLOADER
105/* define this if you have a real-time clock */
106#define CONFIG_RTC RTC_AS3514 106#define CONFIG_RTC RTC_AS3514
107
108/* Define if the device can wake from an RTC alarm */
109#define HAVE_RTC_ALARM
107#endif 110#endif
108 111
109/* Define this if you have a software controlled poweroff */ 112/* Define this if you have a software controlled poweroff */