Skip to content

Commit e733072

Browse files
committed
correct a typo from messing up an emacs shortcut
1 parent 41fc0d2 commit e733072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dronekit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ def home_location(self, pos):
19091909
# Send MAVLink update.
19101910
self.send_mavlink(self.message_factory.command_long_encode(
19111911
0, 0, # target system, target component
1912-
mavutil.mavlink.MAV_CMD_DO_SETH_OME, # command
1912+
mavutil.mavlink.MAV_CMD_DO_SET_HOME, # command
19131913
0, # confirmation
19141914
2, # param 1: 1 to use current position, 2 to use the entered values.
19151915
0, 0, 0, # params 2-4

0 commit comments

Comments
 (0)