Skip to content

Commit

Permalink
deprecate deprecation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 3, 2020
1 parent c290b1e commit eb0ede9
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 @@ -93,8 +93,6 @@ struct CarEvent @0x9b1657f34caf3ad3 {
startupMaster @78;
fcw @79;
steerSaturated @80;
whitePandaUnsupported @81;
startupGreyPanda @82;
belowEngageSpeed @84;
noGps @85;
wrongCruiseMode @87;
Expand All @@ -113,6 +111,8 @@ struct CarEvent @0x9b1657f34caf3ad3 {
calibrationProgressDEPRECATED @47;
invalidGiraffeHondaDEPRECATED @49;
invalidGiraffeToyotaDEPRECATED @60;
whitePandaUnsupportedDEPRECATED @81;
startupGreyPandaDEPRECATED @82;
canErrorPersistentDEPRECATED @83;
focusRecoverActiveDEPRECATED @86;
neosUpdateRequiredDEPRECATED @88;
Expand Down

0 comments on commit eb0ede9

Please sign in to comment.