forked from len0rd/rockbox
fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)
enable ata_idle callbacks in ata_mmc.c (calls the callbacks after 10s of real inactivity) fix builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11462 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f184152c05
commit
d9f7ac24f4
6 changed files with 28 additions and 6 deletions
|
@ -101,7 +101,6 @@ drivers/lcd-h300.c
|
|||
drivers/power.c
|
||||
#endif
|
||||
drivers/led.c
|
||||
ata_idle_notify.c
|
||||
#ifndef SIMULATOR
|
||||
#ifndef TARGET_TREE
|
||||
drivers/adc.c
|
||||
|
@ -117,6 +116,7 @@ drivers/ata.c
|
|||
#endif
|
||||
#endif
|
||||
#endif
|
||||
ata_idle_notify.c
|
||||
drivers/button.c
|
||||
drivers/dac.c
|
||||
drivers/fat.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue