mirror of
https://github.com/commaai/msgq.git
synced 2026-06-11 23:44:58 +08:00
fix duplicate ordinals
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user