one sleep is enough

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@289 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-28 00:19:30 +00:00
parent 5ae04070b4
commit ac4d5ef7f0

View file

@ -85,6 +85,5 @@ void app_main(void)
break;
}
lcd_update();
sleep(1);
}
}