Tools: Enforce astyle on AP_ExternalControl

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-08-17 16:01:51 -06:00 committed by Andrew Tridgell
parent 62f9aa5d79
commit d76bf320de
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class AStyleChecker(object):
self.retcode = 0
self.directories_to_check = [
'libraries/AP_DDS',
'libraries/AP_ExternalControl'
]
self.files_to_check = []
self.dry_run = dry_run