mirror of https://github.com/commaai/cereal.git
rename to deprecate (#151)
This commit is contained in:
parent
284468e3cc
commit
c429707aef
|
@ -148,7 +148,6 @@ struct CarState {
|
|||
# brake pedal, 0.0-1.0
|
||||
brake @5 :Float32; # this is user pedal only
|
||||
brakePressed @6 :Bool; # this is user pedal only
|
||||
brakeLights @19 :Bool;
|
||||
|
||||
# steering wheel
|
||||
steeringAngleDeg @7 :Float32;
|
||||
|
@ -242,6 +241,7 @@ struct CarState {
|
|||
}
|
||||
|
||||
errorsDEPRECATED @0 :List(CarEvent.EventName);
|
||||
brakeLightsDEPRECATED @19 :Bool;
|
||||
}
|
||||
|
||||
# ******* radar state @ 20hz *******
|
||||
|
|
Loading…
Reference in New Issue