From d84c4030b2c90cb2c2fe0a50cfeb1e34cdf48560 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Thu, 4 Mar 2010 19:16:24 +0100 Subject: Cleaned up header inclusion. Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules. --- include/libopenstm32/spi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/libopenstm32/spi.h') diff --git a/include/libopenstm32/spi.h b/include/libopenstm32/spi.h index 11afa32..3090299 100644 --- a/include/libopenstm32/spi.h +++ b/include/libopenstm32/spi.h @@ -20,7 +20,8 @@ #ifndef LIBOPENSTM32_SPI_H #define LIBOPENSTM32_SPI_H -#include +#include +#include /* Registers can be accessed as 16bit or 32bit values. */ -- cgit v1.2.3