time output

This commit is contained in:
Wolfgang Hottgenroth 2021-02-07 23:41:04 +01:00
parent 74dc3ca220
commit ae53559b04

View File

@ -30,7 +30,8 @@ void counterTick(void *handle) {
// uint32_t ff = (uint32_t) ((f + 0.005) * 100); // uint32_t ff = (uint32_t) ((f + 0.005) * 100);
t_seconds *seconds = wizGetSeconds(); t_seconds *seconds = wizGetSeconds();
coloredMsg(LOG_GREEN, "Tick %lu %d %lu %lu", freq, seconds->valid, seconds->missedUpdates, seconds->seconds); coloredMsg(LOG_GREEN, "Freq: %lu", freq);
coloredMsg(LOG_GREEN, "Tick: %d %lu %lu", seconds->valid, seconds->missedUpdates, seconds->seconds);
} }
void counterInit() { void counterInit() {