From def9b9f3810ab069c679eb40ea7013bfcca949ea Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Wed, 31 Oct 2012 13:39:24 -0700 Subject: Added new f4 adc module to the library makefile. --- lib/stm32/f4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32/f4/Makefile b/lib/stm32/f4/Makefile index a286f4a..19ea8ef 100644 --- a/lib/stm32/f4/Makefile +++ b/lib/stm32/f4/Makefile @@ -32,7 +32,7 @@ ARFLAGS = rcs OBJS = rcc.o gpio.o usart.o spi.o flash.o \ i2c.o exti.o pwr.o timer.o \ usb.o usb_standard.o usb_control.o usb_fx07_common.o usb_f107.o \ - usb_f207.o + usb_f207.o adc.o VPATH += ../../usb:../:../../cm3 -- cgit v1.2.3