1
0
Fork 0

Makefile: Match command line arguments with latest version of pyOCD

pull/24/head
Daniel Thompson 2020-05-09 14:07:32 +01:00
parent d53b02ada3
commit 59ae03fc67
1 changed files with 1 additions and 1 deletions

View File

@ -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: