From c6bc6513bd2f44b8847220c6996b28eff611f65d Mon Sep 17 00:00:00 2001 From: winneymj Date: Fri, 31 Jul 2020 16:12:49 -0500 Subject: [PATCH] Enable nrfx_spim_1_irq_handler --- .../TARGET_SDK_15_0/modules/nrfx/drivers/src/nrfx_spim.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/modules/nrfx/drivers/src/nrfx_spim.c b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/modules/nrfx/drivers/src/nrfx_spim.c index 6e89e82098..cf16e26bc2 100644 --- a/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/modules/nrfx/drivers/src/nrfx_spim.c +++ b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/modules/nrfx/drivers/src/nrfx_spim.c @@ -664,14 +664,12 @@ void nrfx_spim_0_irq_handler(void) } #endif -#if 0 #if NRFX_CHECK(NRFX_SPIM1_ENABLED) void nrfx_spim_1_irq_handler(void) { irq_handler(NRF_SPIM1, &m_cb[NRFX_SPIM1_INST_IDX]); } #endif -#endif #if NRFX_CHECK(NRFX_SPIM2_ENABLED) void nrfx_spim_2_irq_handler(void)