1
0
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:
Kaspar Schleiser 2020-02-14 12:05:28 +01:00
parent f66fd7b1ca
commit 1a75f26133
2 changed files with 2 additions and 2 deletions

View File

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

View File

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