From eb0ede91af24aba72adcefa545233107e4a970fe Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 3 Nov 2020 11:02:39 -0800 Subject: [PATCH] deprecate deprecation fields --- car.capnp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/car.capnp b/car.capnp index e64a3f2..b482fd5 100644 --- a/car.capnp +++ b/car.capnp @@ -93,8 +93,6 @@ struct CarEvent @0x9b1657f34caf3ad3 { startupMaster @78; fcw @79; steerSaturated @80; - whitePandaUnsupported @81; - startupGreyPanda @82; belowEngageSpeed @84; noGps @85; wrongCruiseMode @87; @@ -113,6 +111,8 @@ struct CarEvent @0x9b1657f34caf3ad3 { calibrationProgressDEPRECATED @47; invalidGiraffeHondaDEPRECATED @49; invalidGiraffeToyotaDEPRECATED @60; + whitePandaUnsupportedDEPRECATED @81; + startupGreyPandaDEPRECATED @82; canErrorPersistentDEPRECATED @83; focusRecoverActiveDEPRECATED @86; neosUpdateRequiredDEPRECATED @88;