From 59ae03fc6720e0c4c79fa82f04a09950b8649566 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sat, 9 May 2020 14:07:32 +0100 Subject: Makefile: Match command line arguments with latest version of pyOCD 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: -- cgit v0.10.2