Skip to content

Commit

Permalink
Toyota: fix typo (commaai#23548)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam authored Jan 16, 2022
1 parent cf89ded commit a6e8d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def update(self, enabled, active, CS, frame, actuators, pcm_cancel_cmd, hud_aler
can_sends.append(create_gas_interceptor_command(self.packer, interceptor_gas_cmd, frame // 2))
self.gas = interceptor_gas_cmd

# ui mesg is at 100Hz but we send asap if:
# ui mesg is at 1Hz but we send asap if:
# - there is something to display
# - there is something to stop displaying
fcw_alert = hud_alert == VisualAlert.fcw
Expand Down

0 comments on commit a6e8d31

Please sign in to comment.