Skip to content

Commit 05651b9

Browse files
committed
autotest: correct autotest for SERIALn_OPTIONS rename
... new pre-arm failure found this problem
1 parent bd9f5bb commit 05651b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/autotest/arducopter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8861,7 +8861,7 @@ def Loweheiser(self):
88618861

88628862
self.set_parameters({
88638863
"SERIAL5_PROTOCOL": 2, # mavlink
8864-
"SERIAL5_OPTIONS": 1024, # private
8864+
"MAV3_OPTIONS": 2, # private
88658865
"GEN_TYPE": 4, # loweheiser
88668866
"EFI_TYPE": 4, # loweheiser
88678867
"SIM_EFI_TYPE": 2, # loweheiser sim

0 commit comments

Comments
 (0)