Skip to content

Commit

Permalink
separate honda safety models between Bosch Giraffe and Bosch Nidec
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Dec 20, 2019
1 parent 2614a65 commit 79d638d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@ struct CarParams {

enum SafetyModel {
silent @0;
honda @1;
hondaNidec @1;
toyota @2;
elm327 @3;
gm @4;
hondaBosch @5;
hondaBoschGiraffe @5;
ford @6;
cadillac @7;
hyundai @8;
Expand All @@ -429,7 +429,8 @@ struct CarParams {
toyotaIpas @16;
allOutput @17;
gmAscm @18;
noOutput @19; # like silent but with silent CAN TXs
noOutput @19; # like silent but without silent CAN TXs
hondaBoschHarness @20;
}

enum SteerControlType {
Expand Down

0 comments on commit 79d638d

Please sign in to comment.