mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Added configurable disk spindown. The disk will also now not spin down while you are running around in the dir browser or pressing buttons in the wps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
006c46675e
commit
457b8a0a67
8 changed files with 61 additions and 19 deletions
|
|
@ -89,6 +89,15 @@ void ata_flush(void)
|
|||
{
|
||||
}
|
||||
|
||||
void ata_spin(void)
|
||||
{
|
||||
}
|
||||
|
||||
void ata_spindown(int s)
|
||||
{
|
||||
(void)s;
|
||||
}
|
||||
|
||||
Menu simulate_usb(void)
|
||||
{
|
||||
usb_display_info();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue