mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Button queue handling is split from main button driver
First half of https://gerrit.rockbox.org/r/c/rockbox/+/570 Change-Id: Icc64dfd8194c18f69564ed5f8bf7dd70a4330eb9
This commit is contained in:
parent
5954a2fd48
commit
da9d67a0fe
30 changed files with 266 additions and 221 deletions
|
@ -772,7 +772,7 @@ static void get_start_time_lcd_enable_hook(unsigned short id, void *param)
|
|||
{
|
||||
(void)id;
|
||||
(void)param;
|
||||
rb->queue_post(rb->button_queue, LCD_ENABLE_EVENT_0, 0);
|
||||
rb->button_queue_post(LCD_ENABLE_EVENT_0, 0);
|
||||
}
|
||||
#endif /* HAVE_LCD_ENABLE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue