mirror of https://github.com/commaai/cereal.git
VW: Add CarEvent for EPS timer soft disable (#422)
* add steerTimeLimit * recycle accFaultedTemp
This commit is contained in:
parent
e276226dbe
commit
1f0d21df73
|
@ -65,7 +65,6 @@ struct CarEvent @0x9b1657f34caf3ad3 {
|
|||
lowBattery @48;
|
||||
vehicleModelInvalid @50;
|
||||
accFaulted @51;
|
||||
accFaultedTemp @115;
|
||||
sensorDataInvalid @52;
|
||||
commIssue @53;
|
||||
commIssueAvgFreq @109;
|
||||
|
@ -114,6 +113,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
|
|||
canBusMissing @111;
|
||||
controlsdLagging @112;
|
||||
resumeBlocked @113;
|
||||
steerTimeLimit @115;
|
||||
|
||||
radarCanErrorDEPRECATED @15;
|
||||
communityFeatureDisallowedDEPRECATED @62;
|
||||
|
|
Loading…
Reference in New Issue