From 61d3afcb63564a9fa6bc1eca7b1bd4a0018da946 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 26 May 2020 09:29:12 +0200 Subject: [PATCH] cpu/stm32: remove hardcoded cpuid addr for f1 --- cpu/stm32/include/periph/f1/periph_cpu.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpu/stm32/include/periph/f1/periph_cpu.h b/cpu/stm32/include/periph/f1/periph_cpu.h index 968baa97ff..8ef83e2abf 100644 --- a/cpu/stm32/include/periph/f1/periph_cpu.h +++ b/cpu/stm32/include/periph/f1/periph_cpu.h @@ -23,11 +23,6 @@ extern "C" { #endif -/** - * @brief Starting address of the CPU ID - */ -#define CPUID_ADDR (0x1ffff7e8) - /** * @name Real time counter configuration * @{