aboutsummaryrefslogtreecommitdiff
path: root/include/stm32/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stm32/i2c.h')
-rw-r--r--include/stm32/i2c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stm32/i2c.h b/include/stm32/i2c.h
index 75081ea..e02eb90 100644
--- a/include/stm32/i2c.h
+++ b/include/stm32/i2c.h
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBOPENSTM32_I2C_H
-#define LIBOPENSTM32_I2C_H
+#ifndef LIBOPENCM3_I2C_H
+#define LIBOPENCM3_I2C_H
#include <stm32/memorymap.h>
#include <cm3/common.h>