1
0
Fork 0
forked from len0rd/rockbox

erosq: When mucking with the clickwheel, ensure we keep the screen awake!

Change-Id: I49d39f301f4b44c2477a657e2af964b97d73cf6b
This commit is contained in:
Solomon Peachy 2021-04-09 19:21:02 -04:00
parent cd64aa2b10
commit 13dbcab6c0
2 changed files with 30 additions and 5 deletions

View file

@ -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;