diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-09 13:07:32 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-09 13:07:32 (GMT) |
| commit | 59ae03fc6720e0c4c79fa82f04a09950b8649566 (patch) | |
| tree | 671e5131b35f412aaee4498d8b1391fe4f72b9f0 /Makefile | |
| parent | d53b02ada3c355831f077ddc5e3144db68a6fe78 (diff) | |
Makefile: Match command line arguments with latest version of pyOCD
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
