missedUpdates

This commit is contained in:
2021-02-16 11:04:45 +01:00
parent dfce60e01f
commit b3b1908480
3 changed files with 6 additions and 5 deletions

View File

@ -6,6 +6,7 @@
typedef struct {
uint64_t seconds;
uint32_t missedUpdates;
bool valid;
} t_seconds;