diff --git a/cpu/saml1x/include/periph_cpu.h b/cpu/saml1x/include/periph_cpu.h index 1b3ab8337b..96a576d2c4 100644 --- a/cpu/saml1x/include/periph_cpu.h +++ b/cpu/saml1x/include/periph_cpu.h @@ -26,6 +26,12 @@ extern "C" { #endif +/** + * @brief Override the default initial PM blocker + * @todo Idle modes are enabled by default, deep sleep mode blocked + */ +#define PM_BLOCKER_INITIAL { .val_u32 = 0x00000001 } + /** * @brief Mapping of pins to EXTI lines, -1 means not EXTI possible */