Skip to content

Commit ef80514

Browse files
authored
Minimized custom fork warning
1 parent 29497f1 commit ef80514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/controls/lib/events.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def wrong_car_mode_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: boo
233233
"WARNING: This branch is not tested",
234234
"Always keep hands on wheel and eyes on road",
235235
AlertStatus.userPrompt, AlertSize.mid,
236-
Priority.LOWER, VisualAlert.none, AudibleAlert.none, 0., 0., 15.),
236+
Priority.LOWER, VisualAlert.none, AudibleAlert.none, 0., 0., 0.),
237237
},
238238

239239
EventName.startupNoControl: {

0 commit comments

Comments
 (0)