consistency
This commit is contained in:
parent
fc8755fd5a
commit
ecb74e7743
|
@ -41,7 +41,7 @@ if not exist deliver/rusefi_release.hex exit -1
|
||||||
if not exist deliver/rusefi_debug.hex echo FAILED DEBUG
|
if not exist deliver/rusefi_debug.hex echo FAILED DEBUG
|
||||||
if not exist deliver/rusefi_debug.hex exit -1
|
if not exist deliver/rusefi_debug.hex exit -1
|
||||||
|
|
||||||
call ..\misc\hex2dfu\HEX2DFU.exe deliver/rusefi_release.hex -out deliver/rusefi_release.dfu
|
..\misc\hex2dfu\HEX2DFU.exe deliver/rusefi_release.hex -out deliver/rusefi_release.dfu
|
||||||
..\misc\hex2dfu\HEX2DFU.exe deliver/rusefi_debug.hex -out deliver/rusefi_debug.dfu
|
..\misc\hex2dfu\HEX2DFU.exe deliver/rusefi_debug.hex -out deliver/rusefi_debug.dfu
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue