Returns the clock_tick when this task should next run
| 121 | |
| 122 | // Returns the clock_tick when this task should next run |
| 123 | unsigned int watchdog::wake() |
| 124 | { |
| 125 | return last_fire + interval; |
| 126 | } |
nothing calls this directly
no outgoing calls
no test coverage detected