diff options
-rw-r--r-- | os/hal/ports/AVR/hal_i2c_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/AVR/hal_i2c_lld.h b/os/hal/ports/AVR/hal_i2c_lld.h index 289b46450..21ad13ec1 100644 --- a/os/hal/ports/AVR/hal_i2c_lld.h +++ b/os/hal/ports/AVR/hal_i2c_lld.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _I2C_LLD_H_
-#define _I2C_LLD_H_
+#ifndef I2C_LLD_H
+#define I2C_LLD_H
#if HAL_USE_I2C || defined(__DOXYGEN__)
@@ -215,6 +215,6 @@ extern "C" { #endif /* HAL_USE_I2C */
-#endif /* _I2C_LLD_H_ */
+#endif /* I2C_LLD_H */
/** @} */
|