diff options
author | Ron Evans <[email protected]> | 2019-05-20 10:42:50 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2019-05-24 15:44:33 +0200 |
commit | 9f8340a97065c4868dae0d434967183c7a8b1bc6 (patch) | |
tree | ee0c4c5f830f1b320379cfaa496f60584705216c /Makefile | |
parent | 0f6873cf02653bae884a52671740965aca1d89be (diff) | |
download | tinygo-9f8340a97065c4868dae0d434967183c7a8b1bc6.tar.gz tinygo-9f8340a97065c4868dae0d434967183c7a8b1bc6.zip |
machine/nrf: refactor to use volatile package/API
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ gen-device-avr: go fmt ./src/device/avr gen-device-nrf: - ./tools/gen-device-svd.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk + ./tools/gen-device-svd-vol.py lib/nrfx/mdk/ src/device/nrf/ --source=https://github.com/NordicSemiconductor/nrfx/tree/master/mdk go fmt ./src/device/nrf gen-device-sam: |