Skip to content

Commit

Permalink
headers: Add ztimer64
Browse files Browse the repository at this point in the history
Merges: #54
  • Loading branch information
chrysn authored Jan 7, 2025
2 parents 601a54f + 0a66598 commit eaa84f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions riot-headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@
#ifdef MODULE_ZTIMER
#include <ztimer.h>
#endif
#ifdef MODULE_ZTIMER64
#ifndef IS_C2RUST
#include <ztimer64.h>
#endif
#endif
#ifdef MODULE_ZTIMER_PERIODIC
#include <ztimer/periodic.h>
#endif
Expand Down

0 comments on commit eaa84f9

Please sign in to comment.