We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109f69f commit 2c67e22Copy full SHA for 2c67e22
Tools/autotest/vehicle_test_suite.py
@@ -3113,8 +3113,6 @@ def LoggerDocumentation_greylist(self):
3113
"GLT", # glider sim
3114
"SL2", # glider-sim
3115
"SLD", # glider-sim
3116
-
3117
- "CC", # AC_CustomControl
3118
])
3119
3120
def LoggerDocumentation_whitelist(self):
@@ -3170,10 +3168,6 @@ def LoggerDocumentation_whitelist(self):
3170
3168
"GMB2", # sologimbal
3171
3169
"SURF", # surface-tracking
3172
3173
- if vinfo_key == 'ArduCopter':
3174
- ret.update([
3175
- "CC", # only Copter has the CustomController
3176
- ])
3177
# end not-expected-to-be-fixed block
3178
3179
return ret
0 commit comments