Skip to content

Commit

Permalink
Fix migrate_onroadEvents for soundsUnavailableDEPRECATED (commaai#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellgoffpc authored Nov 14, 2024
1 parent d770f1b commit 635f5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ struct OnroadEventDEPRECATED @0x9b1657f34caf3ad3 {
commIssueAvgFreq @109;
tooDistracted @54;
posenetInvalid @55;
soundsUnavailable @56;
preLaneChangeLeft @57;
preLaneChangeRight @58;
laneChange @59;
Expand Down Expand Up @@ -149,6 +148,7 @@ struct OnroadEventDEPRECATED @0x9b1657f34caf3ad3 {
startupNoFwDEPRECATED @104;
lowSpeedLockoutDEPRECATED @31;
lkasDisabledDEPRECATED @107;
soundsUnavailableDEPRECATED @56;
}
}

Expand Down

0 comments on commit 635f5ab

Please sign in to comment.