diff options
| author | hathach <[email protected]> | 2019-04-08 17:36:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-04-08 17:36:12 +0700 |
| commit | 64bed848d07b8de37cc94c9b64be3e92fa12739d (patch) | |
| tree | ab6882fc57d5d63c1695d9cb582406b9d4b339c4 /hw | |
| parent | e5f8f8cb16a90cf9f5206868587d408cf779c863 (diff) | |
fix #53 use nrfx_usbd_errata.h
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/pca10056/board.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/pca10056/board.mk b/hw/bsp/pca10056/board.mk index c60bf8bef..9dc02ed11 100644 --- a/hw/bsp/pca10056/board.mk +++ b/hw/bsp/pca10056/board.mk @@ -29,6 +29,7 @@ INC += \ -I$(TOP)/hw/mcu/nordic/nrfx/mdk \ -I$(TOP)/hw/mcu/nordic/nrfx/hal \ -I$(TOP)/hw/mcu/nordic/nrfx/drivers/include \ + -I$(TOP)/hw/mcu/nordic/nrfx/drivers/src \ SRC_S += hw/mcu/nordic/nrfx/mdk/gcc_startup_nrf52840.S |
