nrf5/hal: Adding QSPI base and IRQ num in c-file.

This commit is contained in:
Glenn Ruben Bakke 2017-01-22 18:31:42 +01:00
parent 2c1420b084
commit a7f3217c95
1 changed files with 3 additions and 0 deletions

View File

@ -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