stm32f7: use spi v2 peripheral.

F7 indeed has v2 peripheral, not the v1.  Distinguishing figure is the
8/16bit fifo.
This commit is contained in:
Karl Palsson 2018-10-23 21:20:44 +00:00
parent 076cd67530
commit 2619a4506c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ OBJS += pwr.o rcc.o
OBJS += rcc_common_all.o
OBJS += rng_common_v1.o
OBJS += spi_common_all.o spi_common_v1.o spi_common_v1_frf.o
OBJS += spi_common_all.o spi_common_v2.o
OBJS += timer_common_all.o
OBJS += usart_common_all.o usart_common_v2.o