Skip to content

Commit e333f90

Browse files
committed
Add alias for uvision4 exporter
it is now called both uvision (old name) and uvision4 (new alias)
1 parent 52e93ae commit e333f90

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)