stm32l4: adc-v2: enable sampling time setting

Link in the "multi" extensions to the adc-v2 periperhal code.
This commit is contained in:
Karl Palsson 2016-03-03 22:58:17 +00:00
parent 7210522d5c
commit f9b2ffe8cf

View File

@ -42,7 +42,7 @@ OBJS =
# common/shared objs
OBJS += rcc_common_all.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += adc_common_v2.o
OBJS += adc_common_v2.o adc_common_v2_multi.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet