12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- #ifndef NRF52810_TO_NRF52811_H
- #define NRF52810_TO_NRF52811_H
-
- #ifndef TWIM0_TWIS0_IRQHandler
- #define TWIM0_TWIS0_IRQHandler TWIM0_TWIS0_TWI0_SPIM1_SPIS1_SPI1_IRQHandler
- #endif
- #ifndef TWIM0_TWIS0_IRQn
- #define TWIM0_TWIS0_IRQn TWIM0_TWIS0_TWI0_SPIM1_SPIS1_SPI1_IRQn
- #endif
- #endif
|