| 278 | IRAM_ATTR |
| 279 | #endif |
| 280 | void IRReceiveTimerInterruptHandler() { |
| 281 | IrReceiver.ReceiveInterruptHandler(); |
| 282 | #if defined(SUPPORT_MULTIPLE_RECEIVER_INSTANCES) |
| 283 | // Quick and dirty solution by used defined extension |
| 284 | UserIRReceiveTimerInterruptHandler(); |
| 285 | #endif |
| 286 | } |
| 287 | |
| 288 | /********************************************************************************************************************** |
| 289 | * Interrupt Service Routine - Called every 50 us |
no test coverage detected