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 20b72ac commit fee71a0Copy full SHA for fee71a0
Tools/autotest/vehicle_test_suite.py
@@ -3116,8 +3116,6 @@ def LoggerDocumentation_greylist(self):
3116
"SLD", # glider-sim
3117
3118
"TCLR", # tempcal
3119
-
3120
- "CC", # AC_CustomControl
3121
])
3122
3123
def LoggerDocumentation_whitelist(self):
@@ -3173,10 +3171,6 @@ def LoggerDocumentation_whitelist(self):
3173
3171
"GMB2", # sologimbal
3174
3172
"SURF", # surface-tracking
3175
3176
- if vinfo_key == 'ArduCopter':
3177
- ret.update([
3178
- "CC", # only Copter has the CustomController
3179
- ])
3180
# end not-expected-to-be-fixed block
3181
3182
return ret
0 commit comments