| 1230 | } |
| 1231 | |
| 1232 | static void heartbeats_utimer_handler(utime_t ticks, void *param) |
| 1233 | { |
| 1234 | heartbeats_timer(); |
| 1235 | } |
| 1236 | |
| 1237 | static inline void generate_msg_tag(pv_value_t *tag_val, int cluster_id) |
| 1238 | { |
nothing calls this directly
no test coverage detected