forked from len0rd/rockbox
RTC support for Sansa.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28aa1316d4
commit
1a2dddc346
4 changed files with 169 additions and 1 deletions
|
@ -138,6 +138,8 @@ drivers/rtc/rtc_pcf50605.c
|
|||
drivers/rtc/rtc_e8564.c
|
||||
#elif (CONFIG_RTC == RTC_S3C2440)
|
||||
drivers/rtc/rtc_s3c2440.c
|
||||
#elif (CONFIG_RTC == RTC_AS3514)
|
||||
drivers/rtc/rtc_as3514.c
|
||||
#endif /* (CONFIG_RTC == RTC_) */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue