mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-24 22:52:05 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -199,8 +199,6 @@ struct OnroadEvent @0xc4fa6047f024e718 {
|
||||
silentSeatbeltNotLatched @162;
|
||||
silentParkBrake @163;
|
||||
controlsMismatchLateral @164;
|
||||
wrongCarModeNoEntry @165;
|
||||
wrongCruiseModeNoEntry @166;
|
||||
|
||||
soundsUnavailableDEPRECATED @47;
|
||||
}
|
||||
|
||||
@@ -1068,13 +1068,6 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
|
||||
ET.NO_ENTRY: NoEntryAlert("Controls Mismatch: Lateral"),
|
||||
},
|
||||
|
||||
EventName.wrongCarModeNoEntry: {
|
||||
ET.NO_ENTRY: wrong_car_mode_alert,
|
||||
},
|
||||
|
||||
EventName.wrongCruiseModeNoEntry: {
|
||||
ET.NO_ENTRY: NoEntryAlert("Adaptive Cruise Disabled"),
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user