Wait for timer sync
| 259 | |
| 260 | // Wait for timer sync |
| 261 | static void tc_wait_sync(Tc* tc) FL_NOEXCEPT { |
| 262 | while (tc_is_syncing(tc)) { |
| 263 | // Wait for sync |
| 264 | } |
| 265 | } |
| 266 | |
| 267 | // Reset timer |
| 268 | static void tc_reset(Tc* tc) FL_NOEXCEPT { |
no test coverage detected