ADC #defines, contributed by Edward Cheeseman <ed@landcrab.co.nz>.

This commit is contained in:
Uwe Hermann
2009-09-04 15:47:38 +02:00
parent 25a003b076
commit 88f35a4a7e
4 changed files with 348 additions and 1 deletions
+1 -1
View File
@@ -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)