Skip to content

Commit c6bc651

Browse files
committed
Enable nrfx_spim_1_irq_handler
1 parent bcacf21 commit c6bc651

File tree

1 file changed

+0
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/modules/nrfx/drivers/src

1 file changed

+0
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/modules/nrfx/drivers/src/nrfx_spim.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,14 +664,12 @@ void nrfx_spim_0_irq_handler(void)
664664
}
665665
#endif
666666

667-
#if 0
668667
#if NRFX_CHECK(NRFX_SPIM1_ENABLED)
669668
void nrfx_spim_1_irq_handler(void)
670669
{
671670
irq_handler(NRF_SPIM1, &m_cb[NRFX_SPIM1_INST_IDX]);
672671
}
673672
#endif
674-
#endif
675673

676674
#if NRFX_CHECK(NRFX_SPIM2_ENABLED)
677675
void nrfx_spim_2_irq_handler(void)

0 commit comments

Comments
 (0)