fix typo in event name

old-commit-hash: d5a806e564afcc1b4de0b934a6073e4695cc7f96
This commit is contained in:
Willem Melching
2020-12-03 17:07:03 +01:00
parent 2ddbb49742
commit 2658685895
+1 -1
View File
@@ -211,7 +211,7 @@ def wrong_car_mode_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: boo
EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, bool], Alert]]]] = {
# ********** events with no alerts **********
EventName.comIssueWarning: {},
EventName.commIssueWarning: {},
# ********** events only containing alerts displayed in all states **********