Skip to content

Commit fee71a0

Browse files
committed
Tools: document CustomControl CC message
1 parent 20b72ac commit fee71a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tools/autotest/vehicle_test_suite.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,8 +3116,6 @@ def LoggerDocumentation_greylist(self):
31163116
"SLD", # glider-sim
31173117

31183118
"TCLR", # tempcal
3119-
3120-
"CC", # AC_CustomControl
31213119
])
31223120

31233121
def LoggerDocumentation_whitelist(self):
@@ -3173,10 +3171,6 @@ def LoggerDocumentation_whitelist(self):
31733171
"GMB2", # sologimbal
31743172
"SURF", # surface-tracking
31753173
])
3176-
if vinfo_key == 'ArduCopter':
3177-
ret.update([
3178-
"CC", # only Copter has the CustomController
3179-
])
31803174
# end not-expected-to-be-fixed block
31813175

31823176
return ret

0 commit comments

Comments
 (0)