forked from len0rd/rockbox
erosq: When mucking with the clickwheel, ensure we keep the screen awake!
Change-Id: I49d39f301f4b44c2477a657e2af964b97d73cf6b
This commit is contained in:
parent
cd64aa2b10
commit
13dbcab6c0
2 changed files with 30 additions and 5 deletions
|
@ -687,7 +687,7 @@ static int button_read(void)
|
|||
status twice in a row. */
|
||||
#ifndef HAVE_TOUCHSCREEN
|
||||
if (btn != last_read)
|
||||
retval = lastbtn;
|
||||
retval = lastbtn;
|
||||
else
|
||||
#endif
|
||||
retval = btn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue