ztimer doesn't wake up on native if the pm_layered module is used #21083
Labels
Platform: native
Platform: This PR/issue effects the native platform
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
If
pm_layered
is used, ztimer won't wake up the thread on native.Steps to reproduce the issue
For
examples/timer_periodic_wakeup
, add following line to the Makefile:USEMODULE += pm_layered
Expected results
Ztimer wakeups should work.
Actual results
Running
make term
will block forever:The text was updated successfully, but these errors were encountered: