diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2007-10-03 01:43:34 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2007-10-03 01:43:34 +0000 |
| commit | 8d40842ebd7850ba968e6618488ea9a6f8794c6c (patch) | |
| tree | b644983ea707c126c6d063ec8b2e87705379ef5d | |
| parent | 1b0b77d5c2a494ff545c3534014cbea330280131 (diff) | |
| download | rockbox-8d40842ebd7850ba968e6618488ea9a6f8794c6c.zip rockbox-8d40842ebd7850ba968e6618488ea9a6f8794c6c.tar.gz rockbox-8d40842ebd7850ba968e6618488ea9a6f8794c6c.tar.bz2 rockbox-8d40842ebd7850ba968e6618488ea9a6f8794c6c.tar.xz | |
Get the main build actually compiling - remove the RTC for now since it breaks the build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14967 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-mrobe500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index a965881..328797c 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -62,7 +62,7 @@ #define CONFIG_CODEC SWCODEC /* define this if you have a real-time clock */ -#define CONFIG_RTC RTC_RX5X348AB +//#define CONFIG_RTC RTC_RX5X348AB /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT |