Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Feb 5, 2025
1 parent 1d0785e commit 2a72141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/state_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static int transition_nero_state(nero_state_t new_state, pdu_t *pdu, dti_t *mc,
return 1;
}

/* TSMS and MPH = 0 to enter games */
/* TSMS OFF and MPH = 0 to enter games */
if (new_state.nero_index == GAMES) {
if (!get_tsms() && dti_get_mph(mc) <= 1) {
return 1;
Expand Down

0 comments on commit 2a72141

Please sign in to comment.