cpu/stm32f0: use common STM32 files
parent
f4587b3794
commit
a04f509857
@ -1,6 +1,5 @@
|
||||
export CPU_ARCH = cortex-m0
|
||||
export CPU_FAM = stm32f0
|
||||
|
||||
# use common periph functions
|
||||
USEMODULE += periph_common
|
||||
|
||||
include $(RIOTCPU)/stm32_common/Makefile.include
|
||||
include $(RIOTCPU)/Makefile.include.cortexm_common
|
||||
|
Loading…
Reference in New Issue