fixed typo in fly_simple()

This commit is contained in:
Andrew Tridgell 2011-12-22 10:24:29 +11:00
parent e070e080d0
commit e4ed3cb583
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ def fly_simple(mavproxy, mav, side=60, timeout=120):
'''fly a square, flying N then E'''
mavproxy.send('switch 6\n')
wait_mode(mav, 'STABILIZE')
mavproxy.send('rc 3 1430\ n')
mavproxy.send('rc 3 1430\n')
tstart = time.time()
failed = False