stm32l4: rcc: Add core functions
Based on STM32L1, and rather a lot of duplication unfortunately.
This commit is contained in:
@@ -37,7 +37,7 @@ TGT_CFLAGS += $(DEBUG_FLAGS)
|
||||
ARFLAGS = rcs
|
||||
|
||||
# Specific objs
|
||||
OBJS = adc.o pwr.o
|
||||
OBJS = adc.o pwr.o rcc.o
|
||||
|
||||
# common/shared objs
|
||||
OBJS += rcc_common_all.o
|
||||
|
||||
Reference in New Issue
Block a user