AP_Periph: support STM32F303 builds

This commit is contained in:
Andrew Tridgell 2019-10-31 22:00:40 +11:00
parent 147cf900fe
commit 2b92e70da7

View File

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