Skip to content

Commit

Permalink
fixup! sys/ztimer64: initial epoch / time reference support
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Oct 27, 2023
1 parent 69420a1 commit 5c60ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/include/ztimer64.h
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ static inline void ztimer64_clock_offset_set(ztimer64_clock_t *clock, uint64_t o
*/
static inline void ztimer64_clock_adjust(ztimer64_clock_t *clock, int64_t adjust_value)

Check failure on line 521 in sys/include/ztimer64.h

View workflow job for this annotation

GitHub Actions / static-tests

The following parameter of ztimer64_clock_adjust(ztimer64_clock_t *clock, int64_t adjust_value) is not documented:
{
/* TODO: check for overflow? */
ztimer64_clock_offset_set(clock, clock->offset + adjust_value);
}

Expand Down

0 comments on commit 5c60ade

Please sign in to comment.