Add slightly modified rcc.c file, contributed by Federico Ruiz-Ugalde.

This commit is contained in:
Uwe Hermann
2009-07-20 15:29:43 +02:00
parent 07b6ca3a90
commit 50b1b50676
2 changed files with 213 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
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = gpio.o
OBJS = gpio.o rcc.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)