Moved I2C to stm32 common.

This commit is contained in:
Fergus Noble 2011-09-15 15:06:28 -07:00
parent 7889cb66c7
commit 318deef8cb
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
OBJS = vector.o gpio.o systick.o i2c.o
#VPATH += ../usb
VPATH += ../stm32_common