mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
autotest: include SBP file in those that contain log messages
This commit is contained in:
parent
e906cdf1e4
commit
dd36908ba4
@ -1830,6 +1830,8 @@ class AutoTest(ABC):
|
|||||||
for f in files:
|
for f in files:
|
||||||
if f == 'LogStructure.h':
|
if f == 'LogStructure.h':
|
||||||
ret.append(os.path.join(root, f))
|
ret.append(os.path.join(root, f))
|
||||||
|
if f == 'LogStructure_SBP.h':
|
||||||
|
ret.append(os.path.join(root, f))
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def all_log_format_ids(self):
|
def all_log_format_ids(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user