Tools: AP_Periph: add support for CubeBlack-periph
This commit is contained in:
parent
e16cab0437
commit
a348e342fa
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user