Skip to content

Commit

Permalink
made changes to miscellaneous
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardkim22 committed Jan 16, 2025
1 parent 54a9601 commit 352a4d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions revolution/miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ def update_pwm(pwm: PWM, previous_input: bool, input: bool) -> None:
daytime_running_lights_status_input = (
contexts.miscellaneous_daytime_running_lights_status_input
)
horn_status_input = (
contexts.miscellaneous_horn_status_input
)
horn_status_input = contexts.miscellaneous_horn_status_input
backup_camera_control_status_input = (
contexts.miscellaneous_backup_camera_control_status_input
)
Expand Down

0 comments on commit 352a4d8

Please sign in to comment.