nrf52: fix SPI3 irq macro naming

This commit is contained in:
Matias N 2021-01-16 19:24:54 -03:00 committed by Brennan Ashton
parent c526f01ba7
commit 5d4463121f

View File

@ -99,7 +99,7 @@
# define NRF52_IRQ_PWM3 (NRF52_IRQ_EXTINT+45) /* Pulse Width Modulation Unit 3 */
#endif
#ifdef CONFIG_NRF52_HAVE_SPI3_MASTER
# define NRF52_IRQ_SPIM3 (NRF52_IRQ_EXTINT+47) /* SPI Master 3 */
# define NRF52_IRQ_SPI3 (NRF52_IRQ_EXTINT+47) /* SPI Master 3 */
#endif
#if defined(CONFIG_ARCH_CHIP_NRF52832)