mirror of https://github.com/ARMmbed/mbed-os.git
Enable nrfx_spim_1_irq_handler
parent
bcacf2136d
commit
c6bc6513bd
|
@ -664,14 +664,12 @@ void nrfx_spim_0_irq_handler(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
|
||||||
#if NRFX_CHECK(NRFX_SPIM1_ENABLED)
|
#if NRFX_CHECK(NRFX_SPIM1_ENABLED)
|
||||||
void nrfx_spim_1_irq_handler(void)
|
void nrfx_spim_1_irq_handler(void)
|
||||||
{
|
{
|
||||||
irq_handler(NRF_SPIM1, &m_cb[NRFX_SPIM1_INST_IDX]);
|
irq_handler(NRF_SPIM1, &m_cb[NRFX_SPIM1_INST_IDX]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if NRFX_CHECK(NRFX_SPIM2_ENABLED)
|
#if NRFX_CHECK(NRFX_SPIM2_ENABLED)
|
||||||
void nrfx_spim_2_irq_handler(void)
|
void nrfx_spim_2_irq_handler(void)
|
||||||
|
|
Loading…
Reference in New Issue