diff --git a/sys/include/ztimer64/xtimer_compat.h b/sys/include/ztimer64/xtimer_compat.h index d55b58161a6b..2bb034f7d8d2 100644 --- a/sys/include/ztimer64/xtimer_compat.h +++ b/sys/include/ztimer64/xtimer_compat.h @@ -297,7 +297,7 @@ static inline void xtimer_set_msg64(xtimer_t *timer, uint64_t offset, static inline int xtimer_msg_receive_timeout64(msg_t *msg, uint64_t timeout) { - return ztimer64_msg_receive_timeout(ZTIMER64_SEC, msg, timeout); + return ztimer64_msg_receive_timeout(ZTIMER64_USEC, msg, timeout); } #endif