This commit is contained in:
2021-02-07 19:04:15 +01:00
parent 198edaba6d
commit a2fe201fb2
2 changed files with 20 additions and 7 deletions

View File

@ -30,7 +30,7 @@ void my_errorHandler() {
void second_tick(void *handle) {
t_seconds *seconds = wizGetSeconds();
coloredMsg(LOG_GREEN, "Tick %d %ld %lld", seconds->valid, seconds->missedUpdates, seconds->seconds);
coloredMsg(LOG_GREEN, "Tick %d %lu %lu", seconds->valid, seconds->missedUpdates, seconds->seconds);
}