mirror of https://github.com/ARMmbed/mbed-os.git
"ds5_5 & e2studio export fix"
parent
e12f116ec1
commit
3ba6620521
|
@ -29,6 +29,7 @@ class DS5_5(Exporter):
|
|||
'UBLOX_C027',
|
||||
'ARCH_PRO',
|
||||
'RZ_A1H',
|
||||
'VK_RZ_A1H',
|
||||
]
|
||||
|
||||
USING_MICROLIB = [
|
||||
|
|
|
@ -25,6 +25,7 @@ class E2Studio(Exporter):
|
|||
|
||||
TARGETS = [
|
||||
'RZ_A1H',
|
||||
'VK_RZ_A1H',
|
||||
]
|
||||
|
||||
def generate(self):
|
||||
|
|
Loading…
Reference in New Issue