Skip to content

Commit

Permalink
fix duplicate ordinals
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 4, 2020
1 parent 0c38fc9 commit bb2cc75
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 @@ -153,8 +153,8 @@ struct CarState {
canMonoTimes @12: List(UInt64);

# blindspot sensors
leftBlindspot @32 :Bool; # Is there something blocking the left lane change
rightBlindspot @33 :Bool; # Is there something blocking the right lane change
leftBlindspot @33 :Bool; # Is there something blocking the left lane change
rightBlindspot @34 :Bool; # Is there something blocking the right lane change

struct WheelSpeeds {
# optional wheel speeds
Expand Down

0 comments on commit bb2cc75

Please sign in to comment.