cpu/saml1x: set custom PM_BLOCKER_INITIAL

This commit is contained in:
Dylan Laduranty 2019-05-24 10:12:15 +02:00
parent aba9405dd4
commit 0da43ba4ee

View File

@ -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
*/