summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-09 13:07:32 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-09 13:07:32 (GMT)
commit59ae03fc6720e0c4c79fa82f04a09950b8649566 (patch)
tree671e5131b35f412aaee4498d8b1391fe4f72b9f0 /Makefile
parentd53b02ada3c355831f077ddc5e3144db68a6fe78 (diff)
Makefile: Match command line arguments with latest version of pyOCD
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: