From 457b8a0a6743b7bee72d90e484055b7635861612 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 26 Aug 2002 13:21:14 +0000 Subject: 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 --- apps/wps.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index bdad325434..571b35675d 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -1185,6 +1185,9 @@ int wps_show(void) break; } + if ( button ) + ata_spin(); + if(restore) { restore = false; draw_screen(id3); -- cgit v1.2.3