| 1225 | } |
| 1226 | |
| 1227 | static void heartbeats_timer_handler(unsigned int ticks, void *param) |
| 1228 | { |
| 1229 | heartbeats_timer(); |
| 1230 | } |
| 1231 | |
| 1232 | static void heartbeats_utimer_handler(utime_t ticks, void *param) |
| 1233 | { |
nothing calls this directly
no test coverage detected