summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50063a8..0866363 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ dfu:
python3 -m nordicsemi dfu serial --package micropython.zip --port /dev/ttyACM0
flash:
- pyocd erase -t nrf52 --mass-erase
+ pyocd erase -t nrf52 --mass
pyocd flash -t nrf52 bootloader.hex
debug: