stm32g0: use spi v2

This commit is contained in:
Mathias Nord
2019-12-03 14:45:47 +01:00
parent 867e38209b
commit 9af9a1dbfa
2 changed files with 3 additions and 3 deletions

View File

@@ -29,6 +29,6 @@
#define LIBOPENCM3_SPI_H
#include <libopencm3/stm32/common/spi_common_all.h>
#include <libopencm3/stm32/common/spi_common_v1_frf.h>
#include <libopencm3/stm32/common/spi_common_v2.h>
#endif