AutoTest: remove unnecessary wait from SaveWP test

This commit is contained in:
Randy Mackay 2013-11-02 20:48:07 +09:00
parent 67c9178cc5
commit 9951c50e48

View File

@ -910,7 +910,6 @@ def fly_ArduCopter(viewerip=None, map=False):
print("Save landing WP")
save_wp(mavproxy, mav)
mav.recv_match(condition='RC_CHANNELS_RAW.chan7_raw==1000', blocking=True)
# save the stored mission to file
print("# Save out the CH7 mission to file")