diff options
Diffstat (limited to 'os/hal/include/hal_i2c.h')
-rw-r--r-- | os/hal/include/hal_i2c.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_i2c.h b/os/hal/include/hal_i2c.h index fb8cabad7..59d79b2dd 100644 --- a/os/hal/include/hal_i2c.h +++ b/os/hal/include/hal_i2c.h @@ -26,8 +26,8 @@ * @{
*/
-#ifndef _I2C_H_
-#define _I2C_H_
+#ifndef HAL_I2C_H
+#define HAL_I2C_H
#if (HAL_USE_I2C == TRUE) || defined(__DOXYGEN__)
@@ -161,6 +161,6 @@ extern "C" { #endif /* HAL_USE_I2C == TRUE */
-#endif /* _I2C_H_ */
+#endif /* HAL_I2C_H */
/** @} */
|