Skip to content

Commit 2d5c630

Browse files
committed
Path fix
1 parent 2ff82a8 commit 2d5c630

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/flash.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
SET CURRENT_DIRECTORY=%CD%
44
ECHO "Current directory: %CURRENT_DIRECTORY%"
55

6-
cd /build/application/executable/
7-
8-
ECHO %CD%
6+
cd %CURRENT_DIRECTORY%\build\application\executable
97

108
REM Need to rename the .out into .elf to call the LinkServer flash cmd
119
ren application.out application.elf

0 commit comments

Comments
 (0)