cpu/stm32f1-l0: remove redundant PM_BLOCKER_INITIAL define

This commit is contained in:
Alexandre Abadie 2019-04-12 08:10:24 +02:00
parent 10d5554f03
commit db9b341a36
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 12 deletions

View File

@ -61,12 +61,6 @@ extern "C" {
*/ */
#define PM_NUM_MODES (2U) #define PM_NUM_MODES (2U)
/**
* @brief Override the default initial PM blocker
* @todo we block all modes per default, until PM is cleanly implemented
*/
#define PM_BLOCKER_INITIAL { .val_u32 = 0x01010101 }
/** /**
* @brief Define the config flag for stop mode * @brief Define the config flag for stop mode
*/ */

View File

@ -70,12 +70,6 @@ typedef struct {
uint8_t chan; /**< internal channel the pin is connected to */ uint8_t chan; /**< internal channel the pin is connected to */
} adc_conf_t; } adc_conf_t;
/**
* @brief Override the default initial PM blocker
* @todo we block all modes per default, until PM is cleanly implemented
*/
#define PM_BLOCKER_INITIAL { .val_u32 = 0x01010101 }
/** /**
* @name EEPROM configuration * @name EEPROM configuration
* @{ * @{