Tools: AP_Periph: add support for CubeBlack-periph

This commit is contained in:
bugobliterator 2020-10-04 22:46:38 +05:30 committed by Peter Barker
parent e16cab0437
commit a348e342fa

View File

@ -4,7 +4,7 @@
import fnmatch
def build(bld):
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*', 'CubeOrange-periph']
targets = ['f103-*', 'f303-*', 'CUAV_GPS', 'ZubaxGNSS*', 'Cube*-periph']
valid_target = False
for t in targets:
if fnmatch.fnmatch(bld.env.BOARD, t):