From f9b2ffe8cfc34580e957a77bd02a868cf1bb4020 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 3 Mar 2016 22:58:17 +0000 Subject: [PATCH] stm32l4: adc-v2: enable sampling time setting Link in the "multi" extensions to the adc-v2 periperhal code. --- lib/stm32/l4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32/l4/Makefile b/lib/stm32/l4/Makefile index aed2217e..0726cd75 100644 --- a/lib/stm32/l4/Makefile +++ b/lib/stm32/l4/Makefile @@ -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