Skip to content

Commit

Permalink
remove unnecessary new event type
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 13, 2020
1 parent 9073b9b commit 4f68db8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ struct CarEvent @0x9b1657f34caf3ad3 {
name @0 :EventName;
enable @1 :Bool;
noEntry @2 :Bool;
warning @3 :Bool; # alerts presented only when enabled or soft disabling
alert @9 :Bool; # alerts presented regardless of openpilot state
warning @3 :Bool; # alerts presented only when enabled or soft disabling
userDisable @4 :Bool;
softDisable @5 :Bool;
immediateDisable @6 :Bool;
preEnable @7 :Bool;
permanent @8 :Bool;
permanent @8 :Bool; # alerts presented regardless of openpilot state

enum EventName @0xbaa8c5d505f727de {
# TODO: copy from error list
Expand Down

0 comments on commit 4f68db8

Please sign in to comment.