callback method used by timer
| 1278 | |
| 1279 | // callback method used by timer |
| 1280 | void IRTimerInterruptHandlerHelper(timer_callback_args_t __attribute((unused)) *p_args) { |
| 1281 | IRReceiveTimerInterruptHandler(); |
| 1282 | } |
| 1283 | void timerEnableReceiveInterrupt() { |
| 1284 | // s50usTimer.enable_overflow_irq(); |
| 1285 | s50usTimer.start(); |
nothing calls this directly
no test coverage detected