From d78c955e506d094a96ba1f11f2899be4a7076d1d Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 26 May 2020 09:25:36 +0200 Subject: [PATCH] cpu/stm32: remove hardcoded cpuid addr for f0 --- cpu/stm32/include/periph/f0/periph_cpu.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpu/stm32/include/periph/f0/periph_cpu.h b/cpu/stm32/include/periph/f0/periph_cpu.h index 75b535d740..c710966e8f 100644 --- a/cpu/stm32/include/periph/f0/periph_cpu.h +++ b/cpu/stm32/include/periph/f0/periph_cpu.h @@ -23,11 +23,6 @@ extern "C" { #endif -/** - * @brief Starting address of the CPU ID - */ -#define CPUID_ADDR (0x1ffff7ac) - #ifndef DOXYGEN /** * @brief Override ADC resolution values