Skip to content

Commit 3ba6620

Browse files
committed
"ds5_5 & e2studio export fix"
1 parent e12f116 commit 3ba6620

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/export/ds5_5/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class DS5_5(Exporter):
2929
'UBLOX_C027',
3030
'ARCH_PRO',
3131
'RZ_A1H',
32+
'VK_RZ_A1H',
3233
]
3334

3435
USING_MICROLIB = [

tools/export/e2studio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class E2Studio(Exporter):
2525

2626
TARGETS = [
2727
'RZ_A1H',
28+
'VK_RZ_A1H',
2829
]
2930

3031
def generate(self):

0 commit comments

Comments
 (0)