Rename gmAccFaultedTemp -> accFaultedTemp

pull/26087/head^2
Shane Smiskol 3 years ago
parent e46d162b1e
commit b1efdab788
  1. 2
      cereal
  2. 2
      selfdrive/controls/lib/events.py

@ -1 +1 @@
Subproject commit 107048c83ec2f488286a1be314e7aece0a20a6b1 Subproject commit 1e3dd70a391bc1bbe437d3eea8be30947f929a75

@ -811,7 +811,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
ET.NO_ENTRY: NoEntryAlert("Cruise Faulted"), ET.NO_ENTRY: NoEntryAlert("Cruise Faulted"),
}, },
EventName.gmAccFaultedTemp: { EventName.accFaultedTemp: {
ET.NO_ENTRY: NoEntryAlert("Cruise Temporarily Faulted"), ET.NO_ENTRY: NoEntryAlert("Cruise Temporarily Faulted"),
}, },

Loading…
Cancel
Save