diff --git a/firmware/config/boards/NUCLEO_F767/!compile-nucleo_f767.bat b/firmware/config/boards/NUCLEO_F767/!compile-nucleo_f767.bat index e2c0d7104d..6ec4a4a838 100644 --- a/firmware/config/boards/NUCLEO_F767/!compile-nucleo_f767.bat +++ b/firmware/config/boards/NUCLEO_F767/!compile-nucleo_f767.bat @@ -10,4 +10,5 @@ set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^ -DEFI_ENABLE_ASSERTS=FALSE ^ -DCH_DBG_ENABLE_CHECKS=FALSE -DCH_DBG_ENABLE_TRACE=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE set DEBUG_LEVEL_OPT="-O2" -make -j4 \ No newline at end of file +make -j4 +..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu \ No newline at end of file