From be2ac142d9f08f0a6632043f99abf3bc6abd743e Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 02:23:51 +0100 Subject: Rename include/libopenstm32 to include/stm32. --- examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c | 10 +++++----- examples/stm32/other/i2c_stts75_sensor/stts75.c | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/stm32/other/i2c_stts75_sensor') diff --git a/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c index 1227fd1..9147f66 100644 --- a/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c +++ b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c @@ -17,11 +17,11 @@ * along with this program. If not, see . */ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "stts75.h" void usart_setup(void) diff --git a/examples/stm32/other/i2c_stts75_sensor/stts75.c b/examples/stm32/other/i2c_stts75_sensor/stts75.c index 319394f..ab8c3d7 100644 --- a/examples/stm32/other/i2c_stts75_sensor/stts75.c +++ b/examples/stm32/other/i2c_stts75_sensor/stts75.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#include +#include #include "stts75.h" void stts75_write_config(u32 i2c, u8 sensor) -- cgit v1.2.3