mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Ok, I admit it, it was silly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4029 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e9da94b71
commit
1484ece76e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
/* We must yield once in a while to make sure that the MPEG thread
|
||||
isn't starved, but we use the shortest possible timeout for best
|
||||
performance */
|
||||
switch (rb->button_get_w_tmo(HZ/HZ))
|
||||
switch (rb->button_get_w_tmo(1))
|
||||
{
|
||||
case BUTTON_OFF:
|
||||
return PLUGIN_OK;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue