cpu/saml1x: set custom PM_BLOCKER_INITIAL
This commit is contained in:
parent
aba9405dd4
commit
0da43ba4ee
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user