Merge pull request #83 from Avamander/patch-7
Removed an incomplete message() call from CMakeLists.txt
This commit is contained in:
commit
b3ef816471
|
@ -747,7 +747,6 @@ elseif (USE_OPENOCD)
|
||||||
COMMENT "flashing ${EXECUTABLE_NAME}.hex"
|
COMMENT "flashing ${EXECUTABLE_NAME}.hex"
|
||||||
)
|
)
|
||||||
else ()
|
else ()
|
||||||
message()
|
|
||||||
add_custom_target(FLASH_ERASE
|
add_custom_target(FLASH_ERASE
|
||||||
COMMAND ${OPENOCD_BIN_PATH} -f interface/stlink.cfg -c 'transport select hla_swd' -f target/nrf52.cfg -c init -c halt -c 'nrf5 mass_erase' -c reset -c shutdown
|
COMMAND ${OPENOCD_BIN_PATH} -f interface/stlink.cfg -c 'transport select hla_swd' -f target/nrf52.cfg -c init -c halt -c 'nrf5 mass_erase' -c reset -c shutdown
|
||||||
COMMENT "erasing flashing"
|
COMMENT "erasing flashing"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user