"ds5_5 & e2studio export fix"

pull/5052/head
mbedNoobNinja 2017-09-08 12:23:09 +03:00
parent e12f116ec1
commit 3ba6620521
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class DS5_5(Exporter):
'UBLOX_C027',
'ARCH_PRO',
'RZ_A1H',
'VK_RZ_A1H',
]
USING_MICROLIB = [

View File

@ -25,6 +25,7 @@ class E2Studio(Exporter):
TARGETS = [
'RZ_A1H',
'VK_RZ_A1H',
]
def generate(self):