Commit fcb7376f authored by Adam Wujek's avatar Adam Wujek

Merge branch 'wrpc-v5' into master

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parents c7da0cf3 168f5e44
......@@ -19,6 +19,7 @@ static inline int is_incorrect(const struct pp_time *t)
}
static inline void mark_incorrect(struct pp_time *t)
{
t->secs &= ~(0xc0LL << 56);
t->secs |= (0x8fLL << 56);
}
static inline void clear_time(struct pp_time *t)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment