Browse Source

AP_Periph: fix build type for SITL builds to use "sitl_*"

c415-sdk
bugobliterator 4 years ago committed by Andrew Tridgell
parent
commit
60e8d747c6
  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*', 'Cube*-periph', 'sitl_*']
valid_target = False
for t in targets:
if fnmatch.fnmatch(bld.env.BOARD, t):

Loading…
Cancel
Save