summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 652ed6c222..e6b79889c6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -475,7 +475,9 @@ static bool ask_resume(bool just_powered_on)
475#ifdef TREE_RC_RUN_PRE 475#ifdef TREE_RC_RUN_PRE
476 case TREE_RC_RUN_PRE: /* catch the press, not the release */ 476 case TREE_RC_RUN_PRE: /* catch the press, not the release */
477#else 477#else
478#ifdef TREE_RC_RUN
478 case TREE_RC_RUN: 479 case TREE_RC_RUN:
480#endif
479#endif 481#endif
480 ignore_power = false; 482 ignore_power = false;
481 /* Don't ignore the power button for subsequent calls */ 483 /* Don't ignore the power button for subsequent calls */