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