Moved SPI to stm32 common.

This commit is contained in:
Fergus Noble 2011-09-15 15:07:07 -07:00
parent 318deef8cb
commit 97413a83f8
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DSTM32F2
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = vector.o gpio.o systick.o i2c.o
OBJS = vector.o gpio.o systick.o i2c.o spi.o
#VPATH += ../usb
VPATH += ../stm32_common