Moved SPI to stm32 common.
This commit is contained in:
parent
72baa300ab
commit
010ee53298
@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
|
|||||||
-ffunction-sections -fdata-sections -MD -DSTM32F2
|
-ffunction-sections -fdata-sections -MD -DSTM32F2
|
||||||
# ARFLAGS = rcsv
|
# ARFLAGS = rcsv
|
||||||
ARFLAGS = rcs
|
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 += ../usb
|
||||||
VPATH += ../stm32_common
|
VPATH += ../stm32_common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user