autotest: added idle hooks for ArduPlane testing too

This commit is contained in:
Andrew Tridgell 2011-11-28 14:13:38 +11:00
parent 2e7a48ad9c
commit 12025c8b54

View File

@ -286,6 +286,7 @@ def fly_ArduPlane(viewerip=None):
print("Failed to start mavlink connection on 127.0.0.1:19550" % msg)
raise
mav.message_hooks.append(message_hook)
mav.idle_hooks.append(idle_hook)
failed = False
e = 'None'