Skip to content

Commit

Permalink
ts off
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Feb 5, 2025
1 parent dc8c39c commit 1d0785e
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 @@ -172,7 +172,7 @@ static int transition_nero_state(nero_state_t new_state, pdu_t *pdu, dti_t *mc,

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

Expand Down

0 comments on commit 1d0785e

Please sign in to comment.