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:
Karl Palsson
2014-11-18 21:46:46 +00:00
committed by Karl Palsson
parent 160a644bc6
commit f51698fff4
3 changed files with 310 additions and 1 deletions

View File

@@ -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