Skip to content

Commit

Permalink
VW PQ: USE YOUR BRAIN! USE YOUR BRAIN!
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv committed Oct 15, 2024
1 parent 05aa498 commit d3d8843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/volkswagen/pqcan.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def create_acc_hud_control(packer, bus, acc_hud_status, set_speed, lead_distance

def create_motor2_control(packer, bus, motor2_stock):
values = motor2_stock
values.update = ({
values.update({
"GRA_Status": 0,
})
return packer.make_can_msg("Motor_2", bus, values)

0 comments on commit d3d8843

Please sign in to comment.