only:windows fix

This commit is contained in:
rusefillc 2023-08-05 01:51:04 -04:00
parent 99b6c97343
commit dbdace6ccf
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ cd ../misc/install
[ -e openocd/openocd.exe ] || { echo "openocd/openocd.exe NOT FOUND"; exit 1; }
./openocd/openocd.exe -f openocd/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"
openocd\openocd.exe -f openocd/stm32f4discovery.cfg -c "program ../../firmware/build/rusefi.bin verify reset exit 0x08000000"