Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 4, 2024
1 parent 6130258 commit 49400c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flight_interface/flight_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(
self,
create_key: object,
controller: flight_controller.FlightController,
home_location: drone_odometry.DroneLocation,
home_location: drone_odometry.DronePosition,
) -> None:
"""
Private constructor, use create() method.
Expand Down

0 comments on commit 49400c9

Please sign in to comment.