From 7816501dbc8d57e2c186964f548fa5e90af13bbd Mon Sep 17 00:00:00 2001 From: Ken Sarkies Date: Fri, 21 Feb 2014 09:04:19 +1030 Subject: Changes to the header includes for all STM32 peripherals to remove variations, redundancies, add missing, fix errors. All c files refer only to the dispatch style headers in /include/stm32. Those headers #include memorymap.h and cm3/common.h. All references to these are removed from the family specific headers. Ethernet untouched as it appears incomplete. Added dummy spi.c for F0/F3. Fix some doxygen anomalies. --- include/libopencm3/stm32/fsmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libopencm3/stm32/fsmc.h') diff --git a/include/libopencm3/stm32/fsmc.h b/include/libopencm3/stm32/fsmc.h index c577f334..818251cb 100644 --- a/include/libopencm3/stm32/fsmc.h +++ b/include/libopencm3/stm32/fsmc.h @@ -20,8 +20,8 @@ #ifndef LIBOPENCM3_FSMC_H #define LIBOPENCM3_FSMC_H -#include #include +#include #if defined(STM32F4) # include -- cgit v1.2.3