We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d52d4c commit e167f91Copy full SHA for e167f91
win/stm32CubeProg.bat
@@ -55,7 +55,7 @@ goto :opt
55
shift
56
57
if "%~1"=="" goto :prog
58
-set OPTS=%*
+set OPTS=%1 %2 %3 %4 %5 %6 %7 %8 %9
59
goto :prog
60
61
:prog
0 commit comments