Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bhall-ctre authored Apr 11, 2024
1 parent 7f773fe commit 80ea4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/PhoenixSysId/subsystems/flywheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self) -> None:
# Optimize out the other signals, since they're not useful for SysId
self.motor_to_test.optimize_bus_utilization()

# Star the signal logger
# Start the signal logger
SignalLogger.start()

def joystick_drive_command(self, output: Callable[[], float]) -> Command:
Expand Down

0 comments on commit 80ea4bf

Please sign in to comment.