mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
cpu/*: update to PM_BLOCKER_INITIAL as single value
This commit is contained in:
parent
f66fd7b1ca
commit
1a75f26133
@ -32,7 +32,7 @@ extern "C" {
|
||||
* @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 }
|
||||
#define PM_BLOCKER_INITIAL 0x00000001
|
||||
|
||||
/**
|
||||
* @name SAMD21 sleep modes for PM
|
||||
|
@ -30,7 +30,7 @@ extern "C" {
|
||||
* @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 }
|
||||
#define PM_BLOCKER_INITIAL 0x00000001
|
||||
|
||||
/**
|
||||
* @name SAML1x GCLK definitions
|
||||
|
Loading…
Reference in New Issue
Block a user