Skip to content

Commit

Permalink
Safety cereal (#9)
Browse files Browse the repository at this point in the history
* complete safety cereal enum
  • Loading branch information
rbiasini committed Oct 2, 2019
1 parent 5cf3c2c commit 6243622
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion car.capnp
Expand Up @@ -396,7 +396,6 @@ struct CarParams {
}

enum SafetyModel {
# does NOT match board setting
noOutput @0;
honda @1;
toyota @2;
Expand All @@ -413,6 +412,9 @@ struct CarParams {
mazda @13;
nissan @14;
vw @15;
toyotaIpas @16;
allOutput @17;
gmAscm @18;
}

enum SteerControlType {
Expand Down

0 comments on commit 6243622

Please sign in to comment.