stm32f7: spi: fix include error

Badly splitting commits.

Fixes: 2619a45 stm32f7: use spi v2 peripheral
This commit is contained in:
Karl Palsson 2018-10-23 21:43:29 +00:00
parent 1883a4311f
commit 3af05fb862

View File

@ -31,7 +31,7 @@ LGPL License Terms @ref lgpl_license
#ifndef LIBOPENCM3_SPI_H
#define LIBOPENCM3_SPI_H
#include <libopencm3/stm32/common/spi_common_v1_frf.h>
#include <libopencm3/stm32/common/spi_common_v2.h>
#endif