From a7f3217c957bac5d45eea8653bc46a09e3a6b0ca Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sun, 22 Jan 2017 18:31:42 +0100 Subject: [PATCH] nrf5/hal: Adding QSPI base and IRQ num in c-file. --- nrf5/hal/hal_qspie.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nrf5/hal/hal_qspie.c b/nrf5/hal/hal_qspie.c index 334a4853dd..e29bf0be76 100644 --- a/nrf5/hal/hal_qspie.c +++ b/nrf5/hal/hal_qspie.c @@ -29,4 +29,7 @@ #ifdef HAL_QSPIE_MODULE_ENABLED +#define QSPI_IRQ_NUM QSPI_IRQn +#define QSPI_BASE ((NRF_QSPI_Type *)NRF_QSPI_BASE) + #endif // HAL_QSPIE_MODULE_ENABLED