| 877 | #elif defined(ARDUINO_ARCH_RP2040) |
| 878 | void irmp_timer_ISR(void); |
| 879 | bool IRTimerInterruptHandlerHelper(repeating_timer_t*) { // we are called with a different signature |
| 880 | irmp_timer_ISR(); |
| 881 | return true; |
| 882 | } |
| 883 | void irmp_timer_ISR(void) |
| 884 | |
| 885 | #else // STM32F1xx (v1.9), __STM32F1__, ARDUINO_ARCH_APOLLO3, MBED, TEENSYDUINO |
nothing calls this directly
no outgoing calls
no test coverage detected