sys/ztimer64/xtimer_compat: also provide fallback options when ztimer64 is used#21958
sys/ztimer64/xtimer_compat: also provide fallback options when ztimer64 is used#21958miri64 merged 3 commits intoRIOT-OS:masterfrom
Conversation
d6095d0 to
11efdbe
Compare
|
look good conflict aside seems like master like nanosleep should be removed |
98dd74f to
1e6c724
Compare
|
Building application "tests_thread_flags" for "atmega256rfr2-xpro" with CPU "atmega256rfr2". In file included from ../../../sys/include/xtimer.h:66:0, |
1e6c724 to
968b476
Compare
|
Whoops, copy & paste (instead of cut & paste) error it seems. |
|
Shunting in favor of the release note PR |
Contribution description
Turns out we also have to provide those fallback implementations in
ztimer64/xtimer_compat.hfor whenztimer64is used.Take the opportunity to re-order the
ztimer/xtimer_compat.hso it better aligns withztimer64/xtimer_compat.h.Testing procedure
Issues/PRs references
follow-up to #20494