Skip to content

Commit

Permalink
added tab to NEEDS_CALIBRATION
Browse files Browse the repository at this point in the history
  • Loading branch information
zidanekarim authored Nov 22, 2024
1 parent 3dc3f64 commit cf4df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/steer/src/steer.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static enum steer_state calibrating_steer_state(void);

static steer_state_t steer_state_table[] = {
{ READY, ready_steer_state},
{NEEDS_CALIBRATION, need_calibrate_steer_state},
{ NEEDS_CALIBRATION, need_calibrate_steer_state},
{ CALIBRATING, calibrating_steer_state},
};

Expand Down

0 comments on commit cf4df71

Please sign in to comment.