forked from len0rd/rockbox
H300: RTC support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8284 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0dac8b77b8
commit
e57471a1be
5 changed files with 41 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ drivers/pcf50606.c
|
|||
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO) || defined(APPLE_IPODVIDEO)
|
||||
drivers/pcf50605.c
|
||||
#endif
|
||||
#if CONFIG_RTC == RTC_M41ST84W
|
||||
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606)
|
||||
drivers/rtc.c
|
||||
#endif
|
||||
drivers/serial.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue