From db9b341a36e34a48f91fbc6cc0ef540668da2299 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 12 Apr 2019 08:10:24 +0200 Subject: [PATCH] cpu/stm32f1-l0: remove redundant PM_BLOCKER_INITIAL define --- cpu/stm32f1/include/periph_cpu.h | 6 ------ cpu/stm32l0/include/periph_cpu.h | 6 ------ 2 files changed, 12 deletions(-) diff --git a/cpu/stm32f1/include/periph_cpu.h b/cpu/stm32f1/include/periph_cpu.h index 006f5016b7a3..872cf42edfae 100644 --- a/cpu/stm32f1/include/periph_cpu.h +++ b/cpu/stm32f1/include/periph_cpu.h @@ -61,12 +61,6 @@ extern "C" { */ #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 */ diff --git a/cpu/stm32l0/include/periph_cpu.h b/cpu/stm32l0/include/periph_cpu.h index b149405e5090..bba4472fcbd8 100644 --- a/cpu/stm32l0/include/periph_cpu.h +++ b/cpu/stm32l0/include/periph_cpu.h @@ -70,12 +70,6 @@ typedef struct { uint8_t chan; /**< internal channel the pin is connected to */ } 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 * @{