Firmware Update via UART and/or USB #398
This commit is contained in:
parent
d6ff361743
commit
613a2ad81c
|
@ -3,7 +3,7 @@
|
||||||
rem Needed for board overrides
|
rem Needed for board overrides
|
||||||
IF "%BOOTLOADER_CODE_DESTINATION_PATH%"=="" (SET BOOTLOADER_CODE_DESTINATION_PATH="..")
|
IF "%BOOTLOADER_CODE_DESTINATION_PATH%"=="" (SET BOOTLOADER_CODE_DESTINATION_PATH="..")
|
||||||
|
|
||||||
BOOTLOADER_CODE_DESTINATION_FILE=%BOOTLOADER_CODE_DESTINATION_PATH%/bootloader_generated.hxx
|
set BOOTLOADER_CODE_DESTINATION_FILE=%BOOTLOADER_CODE_DESTINATION_PATH%/bootloader_generated.hxx
|
||||||
rm -f %BOOTLOADER_CODE_DESTINATION_FILE%
|
rm -f %BOOTLOADER_CODE_DESTINATION_FILE%
|
||||||
|
|
||||||
echo Starting bootloader compilation...
|
echo Starting bootloader compilation...
|
||||||
|
|
Loading…
Reference in New Issue