Browse Source

AP_Periph: set HitecMosaic as AP_Periph target

c415-sdk
Andrew Tridgell 5 years ago
parent
commit
6ce9207394
  1. 2
      Tools/AP_Periph/wscript

2
Tools/AP_Periph/wscript

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

Loading…
Cancel
Save