bump cereal

pull/2281/head
Adeeb Shihadeh 5 years ago
parent 2293a6a36c
commit 70bc935210
  1. 2
      cereal
  2. 2
      selfdrive/controls/lib/events.py

@ -1 +1 @@
Subproject commit 0c54d31d81e451586fe7d30713f8db753e663e20 Subproject commit 7755833e870e0fd80b1e70cbed195bfc0daff860

@ -211,6 +211,8 @@ 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: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, bool], Alert]]]] = {
# ********** events with no alerts ********** # ********** events with no alerts **********
EventName.fanMalfunction: {},
# ********** events only containing alerts displayed in all states ********** # ********** events only containing alerts displayed in all states **********
EventName.debugAlert: { EventName.debugAlert: {

Loading…
Cancel
Save