autotest: fixed home altitude for CMAC

This commit is contained in:
Andrew Tridgell 2011-11-08 08:14:46 +11:00
parent dacf98e201
commit f3964611e1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ testdir=os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, util.reltopdir('../pymavlink')) sys.path.insert(0, util.reltopdir('../pymavlink'))
import mavutil import mavutil
HOME_LOCATION='-35.362938,149.165085,650,270' HOME_LOCATION='-35.362938,149.165085,584,270'
homeloc = None homeloc = None