mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 08:32:36 -05:00
Recorder V1: repair soft shutdown with the new action context handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7675a244b
commit
c897c241d9
1 changed files with 2 additions and 2 deletions
|
|
@ -1128,10 +1128,10 @@ bool shutdown_screen(void)
|
||||||
sys_poweroff();
|
sys_poweroff();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* do nothing here, because ACTION_UNKNOWN might be caused
|
/* do nothing here, because ACTION_NONE might be caused
|
||||||
* by timeout or button release. In case of timeout the loop
|
* by timeout or button release. In case of timeout the loop
|
||||||
* is terminated by TIME_BEFORE */
|
* is terminated by TIME_BEFORE */
|
||||||
case ACTION_UNKNOWN:
|
case ACTION_NONE:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue