From 88f35a4a7e0132fead2e932b659148abd391e84e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Sep 2009 15:47:38 +0200 Subject: ADC #defines, contributed by Edward Cheeseman . --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index a3f66f1..8dd2a08 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -27,7 +27,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \ -mcpu=cortex-m3 -mthumb -Wstrict-prototypes # ARFLAGS = rcsv ARFLAGS = rcs -OBJS = rcc.o gpio.o usart.o +OBJS = rcc.o gpio.o usart.o adc.o # Be silent per default, but 'make V=1' will show all compiler calls. ifneq ($(V),1) -- cgit v1.2.3