Reinstate commands to clean up after DFU process

This commit is contained in:
Dominic Spill
2017-01-24 17:21:42 -07:00
parent fdeaa92b7e
commit 1ad2577f55

View File

@ -196,7 +196,7 @@ macro(DeclareTargets)
COMMAND ${DFU_COMMAND}
COMMAND python ../../dfu.py
COMMAND cat _header.bin _tmp.dfu >${PROJECT_NAME}.dfu
#COMMAND rm -f _tmp.dfu _header.bin
COMMAND rm -f _tmp.dfu _header.bin
)
add_custom_target(