Skip to content

Commit 7bb4378

Browse files
authored
Merge pull request #1901 from theotherjimmy/uvision4-alias
Add alias for uvision4 exporter
2 parents 95c8393 + e333f90 commit 7bb4378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/export/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
EXPORTERS = {
3030
'uvision': uvision4.Uvision4,
31+
'uvision4': uvision4.Uvision4,
3132
'uvision5': uvision5.Uvision5,
3233
'lpcxpresso': codered.CodeRed,
3334
'gcc_arm': gccarm.GccArm,

0 commit comments

Comments
 (0)