stm32l4: Add RCC definitions
Bring in the core common code, and now that it's used, pull in the common memorymap
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
# include <libopencm3/stm32/l0/memorymap.h>
|
||||
#elif defined(STM32L1)
|
||||
# include <libopencm3/stm32/l1/memorymap.h>
|
||||
#elif defined(STM32L4)
|
||||
# include <libopencm3/stm32/l4/memorymap.h>
|
||||
#else
|
||||
# error "stm32 family not defined."
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user