Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 79d638d

Browse files
committed
separate honda safety models between Bosch Giraffe and Bosch Nidec
1 parent 2614a65 commit 79d638d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

car.capnp

+4-3
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,11 @@ struct CarParams {
411411

412412
enum SafetyModel {
413413
silent @0;
414-
honda @1;
414+
hondaNidec @1;
415415
toyota @2;
416416
elm327 @3;
417417
gm @4;
418-
hondaBosch @5;
418+
hondaBoschGiraffe @5;
419419
ford @6;
420420
cadillac @7;
421421
hyundai @8;
@@ -429,7 +429,8 @@ struct CarParams {
429429
toyotaIpas @16;
430430
allOutput @17;
431431
gmAscm @18;
432-
noOutput @19; # like silent but with silent CAN TXs
432+
noOutput @19; # like silent but without silent CAN TXs
433+
hondaBoschHarness @20;
433434
}
434435

435436
enum SteerControlType {

0 commit comments

Comments
 (0)