From 7afc13930f86f226cac27abc63a68afed0b119ec Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 6 Feb 2013 11:47:23 +0000 Subject: [stm32] Use common memorymap include for consistency Most peripheral headers simply include which, like the rest of libopencm3 requires the correct compiler define flag to be set. A few peripherals were directly including the platform include, libopencm3/stm32/xx/memorymap.h, and in some of those cases it wasn't even correctly including the correct platform. (Likely the result of copy/paste errors) These direct includes have been eliminated --- include/libopencm3/stm32/f1/dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libopencm3/stm32/f1') diff --git a/include/libopencm3/stm32/f1/dma.h b/include/libopencm3/stm32/f1/dma.h index 4af8f43..e0c55a6 100644 --- a/include/libopencm3/stm32/f1/dma.h +++ b/include/libopencm3/stm32/f1/dma.h @@ -34,7 +34,7 @@ LGPL License Terms @ref lgpl_license #ifndef LIBOPENCM3_DMA_H #define LIBOPENCM3_DMA_H -#include +#include #include #endif -- cgit v1.2.3