mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 10:32:10 +08:00
fix typo in event name
old-commit-hash: d5a806e564afcc1b4de0b934a6073e4695cc7f96
This commit is contained in:
@@ -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 **********
|
||||
|
||||
|
||||
Reference in New Issue
Block a user