[stm32] SPI includes got jumbled for for DFF
DFF exists at bit 11 for f1, f2, f4 and l1, but the f0 and f3 have that bit as CRC len and use CR2 for data size bits instead. The merging of the F3 and F0 and attempts to put common data in common places broke the l1 code. F3 and F0 SPI headers are still almost completely identical.
This commit is contained in:
@@ -32,7 +32,7 @@ LGPL License Terms @ref lgpl_license
|
||||
#define LIBOPENCM3_SPI_H
|
||||
|
||||
#include <libopencm3/stm32/memorymap.h>
|
||||
#include <libopencm3/stm32/common/spi_common_all.h>
|
||||
#include <libopencm3/stm32/common/spi_common_l1f124.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user