diff options
Diffstat (limited to 'targets/nano-33-ble.json')
-rw-r--r-- | targets/nano-33-ble.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/nano-33-ble.json b/targets/nano-33-ble.json index 53b4fcac7..df22221fd 100644 --- a/targets/nano-33-ble.json +++ b/targets/nano-33-ble.json @@ -1,6 +1,6 @@ { "inherits": ["nrf52840"], - "build-tags": ["nano_33_ble"], + "build-tags": ["nano_33_ble", "nrf52840_reset_bossa"], "flash-command": "bossac_arduino2 -d -i -e -w -v -R --port={port} {bin}", "flash-1200-bps-reset": "true", "linkerscript": "targets/nano-33-ble.ld" |