autotest: remove default value for paramValue in setGCSfailsafe
All callers were supplying a value, and it isn't clear why zero makes a good default.
This commit is contained in:
parent
d72d02ca47
commit
1e325d4aaa
@ -13303,7 +13303,7 @@ SERIAL5_BAUD 128
|
||||
self.progress("vtol and landed states match")
|
||||
return
|
||||
|
||||
def setGCSfailsafe(self, paramValue=0):
|
||||
def setGCSfailsafe(self, paramValue):
|
||||
# Slow down the sim rate if GCS Failsafe is in use
|
||||
if paramValue == 0:
|
||||
self.set_parameters({
|
||||
|
Loading…
Reference in New Issue
Block a user