diff options
| author | Avamander <avamander@gmail.com> | 2020-10-04 15:46:34 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2020-10-04 15:46:34 (GMT) |
| commit | cc3a9f3c793b943eb633f7c914e654ae19b77b9b (patch) | |
| tree | cec5fa6f9406448983a80a081cfcee04f61270cf | |
| parent | e4f0a95af8ce6cfb71602c5f5e437ab68dd582ec (diff) | |
Removed an incomplete message() call from CMakeLists.txt
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2f38ec5..961dedb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -747,7 +747,6 @@ elseif (USE_OPENOCD) COMMENT "flashing ${EXECUTABLE_NAME}.hex" ) else () - message() 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 COMMENT "erasing flashing" |
