Skip to content

Commit

Permalink
deprecate unused gpsMalfunction
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 1, 2024
1 parent 861144c commit 2842068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ struct CarEvent @0x9b1657f34caf3ad3 {
fanMalfunction @91;
cameraMalfunction @92;
cameraFrameRate @110;
gpsMalfunction @94;
processNotRunning @95;
dashcamMode @96;
controlsInitializing @98;
Expand Down Expand Up @@ -142,6 +141,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
noTargetDEPRECATED @25;
brakeUnavailableDEPRECATED @2;
plannerErrorDEPRECATED @32;
gpsMalfunctionDEPRECATED @94;
}
}

Expand Down

0 comments on commit 2842068

Please sign in to comment.