summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-26 13:21:14 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-26 13:21:14 +0000
commit457b8a0a6743b7bee72d90e484055b7635861612 (patch)
treee3256d74445f89d6a89df31255eb59a179ee3d11 /apps/wps.c
parent006c46675e5677fc483c0a9e36a8bd65e488cf8b (diff)
downloadrockbox-457b8a0a6743b7bee72d90e484055b7635861612.tar.gz
rockbox-457b8a0a6743b7bee72d90e484055b7635861612.zip
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
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c3
1 files changed, 3 insertions, 0 deletions
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)
1185 break; 1185 break;
1186 } 1186 }
1187 1187
1188 if ( button )
1189 ata_spin();
1190
1188 if(restore) { 1191 if(restore) {
1189 restore = false; 1192 restore = false;
1190 draw_screen(id3); 1193 draw_screen(id3);