diff options
| author | hathach <[email protected]> | 2019-08-05 22:12:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-08-05 22:12:20 +0700 |
| commit | ba056de9824598b938c5353a50d617a0575180b8 (patch) | |
| tree | 4d18572005d71ab8fd4fe666e2307470974f2cf3 | |
| parent | d1df04151936886d8c8b950830f804d422507b6f (diff) | |
clean up
| -rw-r--r-- | hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c | 1 | ||||
| -rw-r--r-- | hw/bsp/pca10056/board_pca10056.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c b/hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c index 034dab286..27f939e05 100644 --- a/hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c +++ b/hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c @@ -29,7 +29,6 @@ #include "nrfx.h" #include "nrfx/hal/nrf_gpio.h" #include "nrfx/drivers/include/nrfx_power.h" -#include "nrfx/drivers/include/nrfx_qspi.h" #ifdef SOFTDEVICE_PRESENT #include "nrf_sdm.h" diff --git a/hw/bsp/pca10056/board_pca10056.c b/hw/bsp/pca10056/board_pca10056.c index 5ee6383f3..3c67d9426 100644 --- a/hw/bsp/pca10056/board_pca10056.c +++ b/hw/bsp/pca10056/board_pca10056.c @@ -29,7 +29,6 @@ #include "nrfx.h" #include "nrfx/hal/nrf_gpio.h" #include "nrfx/drivers/include/nrfx_power.h" -#include "nrfx/drivers/include/nrfx_qspi.h" #ifdef SOFTDEVICE_PRESENT #include "nrf_sdm.h" |
