From c6ae45285359e5b5182c06bbeda5ce3204cac20e Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 14 Mar 2003 16:26:51 +0000 Subject: FM recorders can wake up from RTC alarm. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3445 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 1814e8d53b..36b304c46d 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -36,3 +36,6 @@ /* Offset ( in the firmware file's header ) to the real data */ #define FIRMWARE_OFFSET_FILE_DATA 24 + +/* FM recorders can wake up from RTC alarm */ +#define HAVE_ALARM_MOD 1 -- cgit v1.2.3