Skip to content

Commit 2c67e22

Browse files
committed
Tools: document CustomControl CC message
1 parent 109f69f commit 2c67e22

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
@@ -3113,8 +3113,6 @@ def LoggerDocumentation_greylist(self):
31133113
"GLT", # glider sim
31143114
"SL2", # glider-sim
31153115
"SLD", # glider-sim
3116-
3117-
"CC", # AC_CustomControl
31183116
])
31193117

31203118
def LoggerDocumentation_whitelist(self):
@@ -3170,10 +3168,6 @@ def LoggerDocumentation_whitelist(self):
31703168
"GMB2", # sologimbal
31713169
"SURF", # surface-tracking
31723170
])
3173-
if vinfo_key == 'ArduCopter':
3174-
ret.update([
3175-
"CC", # only Copter has the CustomController
3176-
])
31773171
# end not-expected-to-be-fixed block
31783172

31793173
return ret

0 commit comments

Comments
 (0)