aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/hal_i2c_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/AVR/hal_i2c_lld.h')
-rw-r--r--os/hal/ports/AVR/hal_i2c_lld.h6
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 21ad13ec1..b939a790b 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 HAL_I2C_LLD_H
+#define HAL_I2C_LLD_H
#if HAL_USE_I2C || defined(__DOXYGEN__)
@@ -215,6 +215,6 @@ extern "C" {
#endif /* HAL_USE_I2C */
-#endif /* I2C_LLD_H */
+#endif /* HAL_I2C_LLD_H */
/** @} */