stm32:l0: RCC: add osc_on/osc_off helpers
These are the routines that have custom switch cases, and aren't easy targets for pulling out.
This commit is contained in:
committed by
Karl Palsson
parent
160a644bc6
commit
f51698fff4
@@ -34,7 +34,7 @@ CFLAGS = -Os -g \
|
||||
|
||||
ARFLAGS = rcs
|
||||
|
||||
OBJS = gpio.o
|
||||
OBJS = gpio.o rcc.o
|
||||
|
||||
OBJS += gpio_common_all.o gpio_common_f0234.o rcc_common_all.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user