mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix dumb typo in button.c.
Forgot to check a non-freq-scaling target. :) Change-Id: Ib19b1b6ebdb3e4ad595aca37a687f32156290a65
This commit is contained in:
parent
c6299b268d
commit
da46457231
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ static void button_queue_wait(struct queue_event *evp, int timeout)
|
|||
#else /* ndef HAVE_ADJUSTABLE_CPU_FREQ */
|
||||
static inline void button_queue_wait(struct queue_event *evp, int timeout)
|
||||
{
|
||||
queue_wait_w_timeout(&button_queue, evp, timeout);
|
||||
queue_wait_w_tmo(&button_queue, evp, timeout);
|
||||
}
|
||||
#endif /* HAVE_ADJUSTABLE_CPU_FREQ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue