We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af60fed commit e7f0c10Copy full SHA for e7f0c10
1 file changed
scripts/flash.bat
@@ -3,7 +3,7 @@
3
SET CURRENT_DIRECTORY=%CD%
4
ECHO "Current directory: %CURRENT_DIRECTORY%"
5
6
-cd ../build/application/executable/
+cd /build/application/executable/
7
8
REM Need to rename the .out into .elf to call the LinkServer flash cmd
9
ren application.out application.elf
0 commit comments