aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/ports/AVR/hal_ext_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_ext_lld.h b/os/hal/ports/AVR/hal_ext_lld.h
index c20c553b0..4dc125d27 100644
--- a/os/hal/ports/AVR/hal_ext_lld.h
+++ b/os/hal/ports/AVR/hal_ext_lld.h
@@ -18,14 +18,14 @@
/**
* @file AVR/hal_ext_lld.h
- * @brief EXT Driver subsystem low level driver source.
+ * @brief EXT Driver subsystem low level driver header.
*
* @addtogroup EXT
* @{
*/
-#ifndef _HAL_EXT_LLD_H_
-#define _HAL_EXT_LLD_H_
+#ifndef HAL_EXT_LLD_H
+#define HAL_EXT_LLD_H
#if HAL_USE_EXT || defined(__DOXYGEN__)
@@ -550,6 +550,6 @@ extern "C" {
#endif /* HAL_USE_EXT */
-#endif /* _HAL_EXT_LLD_H_ */
+#endif /* HAL_EXT_LLD_H */
/** @} */