Skip to content

Commit

Permalink
FIXUP! Debug menu returns to home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Jul 23, 2023
1 parent ec13e79 commit 6464e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Threads/OperatingModes/DebugMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ OperatingMode showDebugMenu(const ButtonState buttons, guiContext *cxt) {

if (buttons == BUTTON_B_SHORT) {
cxt->transitionMode = TransitionAnimation::Down;
return OperatingMode::InitialisationDone;
return OperatingMode::HomeScreen;
} else if (buttons == BUTTON_F_SHORT) {
cxt->scratch_state.state1++;
#ifdef HALL_SENSOR
Expand Down

0 comments on commit 6464e3b

Please sign in to comment.