mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5685 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
91e8ab61a0
commit
c47fadb112
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ enum plugin_status loop(void)
|
|||
|
||||
/* simulate 128 kbit/s (16000 byte/s) playback duration */
|
||||
rb->button_clear_queue();
|
||||
button = rb->button_get_w_tmo(HZ * buffersize / 16000) - HZ*10);
|
||||
button = rb->button_get_w_tmo(HZ * buffersize / 16000 - HZ*10);
|
||||
|
||||
if (button == BATTERY_TEST_QUIT)
|
||||
return PLUGIN_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue