aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/other/i2c_stts75_sensor/stts75.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/other/i2c_stts75_sensor/stts75.c')
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/stts75.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32/i2c.h>
+#include <stm32/i2c.h>
#include "stts75.h"
void stts75_write_config(u32 i2c, u8 sensor)