aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_ext_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_ext_lld.h')
-rw-r--r--os/hal/templates/hal_ext_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_ext_lld.h b/os/hal/templates/hal_ext_lld.h
index ddbcbd5e2..44709aff2 100644
--- a/os/hal/templates/hal_ext_lld.h
+++ b/os/hal/templates/hal_ext_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file ext_lld.h
+ * @file hal_ext_lld.h
* @brief PLATFORM EXT subsystem low level driver header.
*
* @addtogroup EXT
* @{
*/
-#ifndef _EXT_LLD_H_
-#define _EXT_LLD_H_
+#ifndef HAL_EXT_LLD_H
+#define HAL_EXT_LLD_H
#if (HAL_USE_EXT == TRUE) || defined(__DOXYGEN__)
@@ -145,6 +145,6 @@ extern "C" {
#endif /* HAL_USE_EXT == TRUE */
-#endif /* _EXT_LLD_H_ */
+#endif /* HAL_EXT_LLD_H */
/** @} */