Skip to content

Commit

Permalink
don't duplicate ordinals
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 1, 2020
1 parent 3f384ef commit 8573a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ struct CarState {
steeringTorqueEps @27 :Float32; # TODO: standardize units
steeringPressed @9 :Bool; # if the user is using the steering wheel
steeringRateLimited @29 :Bool; # if the torque is limited by the rate limiter
steerWarning @33 :Bool; # temporary steer unavailble
steerError @34 :Bool; # permanent steer error
steerWarning @35 :Bool; # temporary steer unavailble
steerError @36 :Bool; # permanent steer error
stockAeb @30 :Bool;
stockFcw @31 :Bool;
espDisabled @32 :Bool;
Expand Down

0 comments on commit 8573a24

Please sign in to comment.