From 21d7ecaac07480992ab8cbf728be85292e23a2ee Mon Sep 17 00:00:00 2001 From: francisco Date: Sat, 23 Mar 2019 15:13:44 +0100 Subject: [PATCH] cpu/stm32l4: add CPU_FLASH_BASE --- cpu/stm32l4/include/cpu_conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/stm32l4/include/cpu_conf.h b/cpu/stm32l4/include/cpu_conf.h index b820a8de3f..14e846cf90 100644 --- a/cpu/stm32l4/include/cpu_conf.h +++ b/cpu/stm32l4/include/cpu_conf.h @@ -55,6 +55,7 @@ extern "C" { #else #define CPU_IRQ_NUMOF (82U) #endif +#define CPU_FLASH_BASE FLASH_BASE /** @} */ /**