Skip to content

Commit 716e1d9

Browse files
committed
remove whitespace
1 parent 311c140 commit 716e1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cflib/crazyflie/commander.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def send_setpoint(self, roll, pitch, yawrate, thrust):
8989
def send_notify_setpoint_stop(self, remain_valid_milliseconds=0):
9090
"""
9191
Sends a packet so that the priority of the current setpoint to the lowest non-disabled value,
92-
so any new setpoint regardless of source will overwrite it.
92+
so any new setpoint regardless of source will overwrite it.
9393
"""
9494
pk = CRTPPacket()
9595
pk.port = CRTPPort.COMMANDER_GENERIC

0 commit comments

Comments
 (0)