summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2019-07-24 12:09:04 -0400
committerGitHub <noreply@github.com>2019-07-24 12:09:04 -0400
commitf39a6f40fdf3dfcd54ff3142255155f76da18016 (patch)
treee1468ca4ce23303f4a4fc65c0007500936b3f331 /ports
parent82ab998cd591bc8a4dea45e4ee0baf3601819834 (diff)
parent5d03cda01ade5a81d3096f9af0ac5e89a31be099 (diff)
Merge pull request #2009 from hathach/tinyusb-update
update tinyusb lib to 0.5.x
Diffstat (limited to 'ports')
-rwxr-xr-xports/nrf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/Makefile b/ports/nrf/Makefile
index 83f87536b..9da2c498d 100755
--- a/ports/nrf/Makefile
+++ b/ports/nrf/Makefile
@@ -81,6 +81,7 @@ INC += -I./nrfx
INC += -I./nrfx/hal
INC += -I./nrfx/mdk
INC += -I./nrfx/drivers/include
+INC += -I./nrfx/drivers/src
INC += -I./bluetooth
INC += -I./peripherals
INC += -I../../lib/mp-readline