summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screens.c b/apps/screens.c
index e72c392846..c644e0a034 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -1128,10 +1128,10 @@ bool shutdown_screen(void)
1128 sys_poweroff(); 1128 sys_poweroff();
1129 break; 1129 break;
1130 1130
1131 /* do nothing here, because ACTION_UNKNOWN might be caused 1131 /* do nothing here, because ACTION_NONE might be caused
1132 * by timeout or button release. In case of timeout the loop 1132 * by timeout or button release. In case of timeout the loop
1133 * is terminated by TIME_BEFORE */ 1133 * is terminated by TIME_BEFORE */
1134 case ACTION_UNKNOWN: 1134 case ACTION_NONE:
1135 break; 1135 break;
1136 1136
1137 default: 1137 default: