Skip to content

Commit

Permalink
Revert "Update car.capnp"
Browse files Browse the repository at this point in the history
This reverts commit fc0190a.
  • Loading branch information
Casey Francis committed Jun 22, 2022
1 parent ce6ba17 commit 42b6794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cereal/car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ struct CarParams {
lateralTuning :union {
pid @26 :LateralPIDTuning;
indi @27 :LateralINDITuning;
torque @28 :LateralTorqueTuning;
lqr @40 :LateralLQRTuning;

torque @66 :LateralTorqueTuning;
}

steerLimitAlert @28 :Bool;
Expand Down

0 comments on commit 42b6794

Please sign in to comment.