summaryrefslogtreecommitdiff
path: root/firmware/export/config/agptekrocker.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2018-04-10 13:26:56 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2018-06-12 10:31:15 +0200
commitfbaa97496f9717d7cf45456c47ce3e271da29e28 (patch)
tree77efdc05962018111ead6edca70e49c0cf8a5797 /firmware/export/config/agptekrocker.h
parent937589ca3a0a9aad62f7f181c9256244a6d2f418 (diff)
downloadrockbox-fbaa97496f9717d7cf45456c47ce3e271da29e28.tar.gz
rockbox-fbaa97496f9717d7cf45456c47ce3e271da29e28.zip
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
Diffstat (limited to 'firmware/export/config/agptekrocker.h')
-rw-r--r--firmware/export/config/agptekrocker.h2
1 files changed, 1 insertions, 1 deletions
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 @@
59#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING 59#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
60 60
61/* define this if you have a real-time clock */ 61/* define this if you have a real-time clock */
62#define CONFIG_RTC 0 62#define CONFIG_RTC APPLICATION
63 63
64/* The number of bytes reserved for loadable codecs */ 64/* The number of bytes reserved for loadable codecs */
65#define CODEC_SIZE 0x80000 65#define CODEC_SIZE 0x80000