diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h index 6b012730c0..a943ff4273 100644 --- a/firmware/export/config/agptekrocker.h +++ b/firmware/export/config/agptekrocker.h @@ -67,7 +67,7 @@ #define CONFIG_RTC APPLICATION /* Define if the device can wake from an RTC alarm */ -#define HAVE_RTC_ALARM +//#define HAVE_RTC_ALARM /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000 diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h index d451ba31f4..018e32888f 100644 --- a/firmware/export/config/xduoox20.h +++ b/firmware/export/config/xduoox20.h @@ -63,6 +63,9 @@ /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION +/* Define if the device can wake from an RTC alarm */ +//#define HAVE_RTC_ALARM + /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000 diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h index af63c4f97b..886d91dc0f 100644 --- a/firmware/export/config/xduoox3ii.h +++ b/firmware/export/config/xduoox3ii.h @@ -63,6 +63,9 @@ /* define this if you have a real-time clock */ #define CONFIG_RTC APPLICATION +/* Define if the device can wake from an RTC alarm */ +//#define HAVE_RTC_ALARM + /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000