Skip to content

Commit

Permalink
headers: Add ztimer64
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jan 3, 2025
1 parent ce540e2 commit 0a66598
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 @@ -176,6 +176,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 0a66598

Please sign in to comment.