mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: exclude iomcu from bootloader check
This commit is contained in:
parent
b51b59008b
commit
ce0583c7c8
@ -112,6 +112,7 @@ class SizeCompareBranches(object):
|
|||||||
# TODO: find a way to get this information from board_list:
|
# TODO: find a way to get this information from board_list:
|
||||||
self.bootloader_blacklist = frozenset([
|
self.bootloader_blacklist = frozenset([
|
||||||
'skyviper-v2450',
|
'skyviper-v2450',
|
||||||
|
'iomcu',
|
||||||
])
|
])
|
||||||
|
|
||||||
def find_bin_dir(self):
|
def find_bin_dir(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user