Skip to content

Commit 6243622

Browse files
authored
Safety cereal (#9)
* complete safety cereal enum
1 parent 5cf3c2c commit 6243622

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

car.capnp

+3-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ struct CarParams {
396396
}
397397

398398
enum SafetyModel {
399-
# does NOT match board setting
400399
noOutput @0;
401400
honda @1;
402401
toyota @2;
@@ -413,6 +412,9 @@ struct CarParams {
413412
mazda @13;
414413
nissan @14;
415414
vw @15;
415+
toyotaIpas @16;
416+
allOutput @17;
417+
gmAscm @18;
416418
}
417419

418420
enum SteerControlType {

0 commit comments

Comments
 (0)