Skip to content

Commit 4611bb6

Browse files
theotherjimmyadbridge
authored andcommitted
Correct type issue in export arg parsing
1 parent 40d9b3e commit 4611bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/project.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def main():
112112

113113
parser.add_argument("-m", "--mcu",
114114
metavar="MCU",
115-
type=str.upper,
116115
help="generate project for the given MCU ({})".format(
117116
', '.join(targetnames)))
118117

0 commit comments

Comments
 (0)