PMF_IDLE_PRINTF
#define PMF_IDLE_PRINTF(x) if (pmf_debug_idle) printf x
#define PMF_IDLE_PRINTF(x) do { } while (0)