bump opendbc (#28818)

* bump opendbc

* rename
old-commit-hash: b7bd12135c5b174eca5fa664261dbcebf5b6dd78
This commit is contained in:
Shane Smiskol
2023-07-05 20:39:03 -07:00
committed by GitHub
parent 089a09a92a
commit 7104a009c2
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule opendbc updated: 008104f940...53716e8466
+1 -1
View File
@@ -22,7 +22,7 @@ def create_lta_steer_command(packer, steer_angle, steer_req, frame):
"STEER_ANGLE_CMD": steer_angle,
"STEER_REQUEST": steer_req,
"STEER_REQUEST_2": steer_req,
"BIT": 0,
"CLEAR_HOLD_STEERING_ALERT": 0,
}
return packer.make_can_msg("STEERING_LTA", 0, values)