diff --git a/cpu/kinetis/include/periph_cpu.h b/cpu/kinetis/include/periph_cpu.h index 4c734dad1163..49842b5ba6f7 100644 --- a/cpu/kinetis/include/periph_cpu.h +++ b/cpu/kinetis/include/periph_cpu.h @@ -140,6 +140,14 @@ enum { KINETIS_PM_STOP = 2, KINETIS_PM_WAIT = 3, }; + +/** + * @brief Override the default initial PM blocker to unblock all modes + */ +#ifndef PM_BLOCKER_INITIAL +#define PM_BLOCKER_INITIAL 0x00000000 +#endif + #if MODULE_PM_LAYERED #include "pm_layered.h" /**