1
0
Fork 0
forked from len0rd/rockbox

stop printing "storage_sleep()" in the sim output

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19323 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-12-04 09:09:49 +00:00
parent 1616e66e55
commit 2f1892a267

View file

@ -112,7 +112,6 @@ void storage_spin(void)
void storage_sleep(void)
{
DEBUGF("storage_sleep()\n");
}
bool storage_disk_is_active(void)