From fbaa97496f9717d7cf45456c47ce3e271da29e28 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 10 Apr 2018 13:26:56 +0200 Subject: Agptek Rocker: Implement RTC support Add define in config file to enable RTC support in rockbox, Fix time_menu.c to include radio.h only when tuner is present Implement time setting function on linux (was empty stub) Not tested. Change-Id: I40e6c4a6c1b66ada9cf4e698e502e221d0fc44df --- firmware/export/config/agptekrocker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/agptekrocker.h') diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h index fa010a109f..1c15117f9b 100644 --- a/firmware/export/config/agptekrocker.h +++ b/firmware/export/config/agptekrocker.h @@ -59,7 +59,7 @@ #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING /* define this if you have a real-time clock */ -#define CONFIG_RTC 0 +#define CONFIG_RTC APPLICATION /* The number of bytes reserved for loadable codecs */ #define CODEC_SIZE 0x80000 -- cgit v1.2.3