Skip to content

Commit

Permalink
fix: fixed wrong id steer status
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolomarconi02 committed Oct 27, 2024
1 parent 38e42d5 commit 230d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/data/steer_command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ enum Status {
steer_status_enabled = 1;
}
message SteerStatus{
Status status = 0;
Status status = 1;
}

0 comments on commit 230d2a3

Please sign in to comment.