| 66 | } |
| 67 | |
| 68 | void modTimerEventedExecute(void *) |
| 69 | { |
| 70 | setModdableAppState(eventedTimer, EVENTED_TIMER_INVALID_ID); |
| 71 | modTimersExecute(); |
| 72 | modTimersScheduleNext(); |
| 73 | } |
| 74 | |
| 75 | void modTimersExecute(void) |
| 76 | { |
nothing calls this directly
no test coverage detected