Fix broken Ondio bulids
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6875 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9bfea3e746
commit
b16cc2636e
1 changed files with 2 additions and 0 deletions
|
@ -475,7 +475,9 @@ static bool ask_resume(bool just_powered_on)
|
|||
#ifdef TREE_RC_RUN_PRE
|
||||
case TREE_RC_RUN_PRE: /* catch the press, not the release */
|
||||
#else
|
||||
#ifdef TREE_RC_RUN
|
||||
case TREE_RC_RUN:
|
||||
#endif
|
||||
#endif
|
||||
ignore_power = false;
|
||||
/* Don't ignore the power button for subsequent calls */
|
||||
|
|
Loading…
Reference in a new issue