aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/ports/AVR/hal_gpt_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/AVR/hal_gpt_lld.h b/os/hal/ports/AVR/hal_gpt_lld.h
index b81b11808..17ad61521 100644
--- a/os/hal/ports/AVR/hal_gpt_lld.h
+++ b/os/hal/ports/AVR/hal_gpt_lld.h
@@ -21,14 +21,14 @@
/**
* @file hal_gpt_lld.h
- * @brief AVR GPT driver subsystem low level driver.
+ * @brief AVR GPT driver subsystem low level driver header.
*
* @addtogroup GPT
* @{
*/
-#ifndef _GPT_LLD_H_
-#define _GPT_LLD_H_
+#ifndef GPT_LLD_H
+#define GPT_LLD_H
#if HAL_USE_GPT || defined(__DOXYGEN__)
@@ -216,6 +216,6 @@ extern "C" {
#endif /* HAL_USE_GPT */
-#endif /* _GPT_LLD_H_ */
+#endif /* GPT_LLD_H */
/** @} */