diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-10-08 19:03:39 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-08 19:03:39 (GMT) |
| commit | b3ef816471899fa65b40fa3f6daed416031ac87b (patch) | |
| tree | e51ae3fccb1e2c62073a81378c88126352f8490f | |
| parent | 0a8d8953f73cd09844652515651d55b12ce6f2bf (diff) | |
| parent | cc3a9f3c793b943eb633f7c914e654ae19b77b9b (diff) | |
Merge pull request #83 from Avamander/patch-7
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" |
