From 18790a2454d2d59946b018ad5f1e33abbc17a65c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 13:19:25 +0100 Subject: More renames for libopenstm32 -> libopencm3. --- examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c | 2 +- examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld | 2 +- examples/stm32/other/i2c_stts75_sensor/stts75.c | 2 +- examples/stm32/other/i2c_stts75_sensor/stts75.h | 2 +- 4 files changed, 4 insertions(+), 4 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 9147f66..a1ba378 100644 --- a/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c +++ b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c @@ -1,5 +1,5 @@ /* - * This file is part of the libopenstm32 project. + * This file is part of the libopencm3 project. * * Copyright (C) 2010 Thomas Otto * diff --git a/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld index 0b89860..cb924b6 100644 --- a/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld +++ b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld @@ -1,5 +1,5 @@ /* - * This file is part of the libopenstm32 project. + * This file is part of the libopencm3 project. * * Copyright (C) 2010 Thomas Otto * diff --git a/examples/stm32/other/i2c_stts75_sensor/stts75.c b/examples/stm32/other/i2c_stts75_sensor/stts75.c index ab8c3d7..ec51932 100644 --- a/examples/stm32/other/i2c_stts75_sensor/stts75.c +++ b/examples/stm32/other/i2c_stts75_sensor/stts75.c @@ -1,5 +1,5 @@ /* - * This file is part of the libopenstm32 project. + * This file is part of the libopencm3 project. * * Copyright (C) 2010 Thomas Otto * diff --git a/examples/stm32/other/i2c_stts75_sensor/stts75.h b/examples/stm32/other/i2c_stts75_sensor/stts75.h index e07fe23..57f6190 100644 --- a/examples/stm32/other/i2c_stts75_sensor/stts75.h +++ b/examples/stm32/other/i2c_stts75_sensor/stts75.h @@ -1,5 +1,5 @@ /* - * This file is part of the libopenstm32 project. + * This file is part of the libopencm3 project. * * Copyright (C) 2010 Thomas Otto * -- cgit v1.2.3