Enable nrfx_spim_1_irq_handler

pull/13397/head
winneymj 2020-07-31 16:12:49 -05:00
parent bcacf2136d
commit c6bc6513bd
1 changed files with 0 additions and 2 deletions

View File

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