Skip to content

Commit

Permalink
deprecate gmlan
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Mar 21, 2024
1 parent 29fa8d5 commit 6bfd39a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ struct PandaState @0xa7649e2575e4591e {
ignitionLine @2 :Bool;
rxBufferOverflow @7 :UInt32;
txBufferOverflow @8 :UInt32;
gmlanSendErrs @9 :UInt32;
pandaType @10 :PandaType;
ignitionCan @13 :Bool;
faultStatus @15 :FaultStatus;
Expand Down Expand Up @@ -490,7 +489,7 @@ struct PandaState @0xa7649e2575e4591e {
interruptRateCan2 @3;
interruptRateCan3 @4;
interruptRateTach @5;
interruptRateGmlan @6;
interruptRateGmlanDEPRECATED @6;
interruptRateInterrupts @7;
interruptRateSpiDma @8;
interruptRateSpiCs @9;
Expand Down Expand Up @@ -576,6 +575,7 @@ struct PandaState @0xa7649e2575e4591e {
gasInterceptorDetectedDEPRECATED @4 :Bool;
startedSignalDetectedDEPRECATED @5 :Bool;
hasGpsDEPRECATED @6 :Bool;
gmlanSendErrsDEPRECATED @9 :UInt32;
fanSpeedRpmDEPRECATED @11 :UInt16;
usbPowerModeDEPRECATED @12 :PeripheralState.UsbPowerModeDEPRECATED;
safetyParamDEPRECATED @20 :Int16;
Expand Down

0 comments on commit 6bfd39a

Please sign in to comment.