1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-21 20:43:50 +01:00

cpu/stm32l4: add CPU_FLASH_BASE

This commit is contained in:
francisco 2019-03-23 15:13:44 +01:00
parent 35e083a94c
commit 21d7ecaac0

View File

@ -55,6 +55,7 @@ extern "C" {
#else
#define CPU_IRQ_NUMOF (82U)
#endif
#define CPU_FLASH_BASE FLASH_BASE
/** @} */
/**