aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_can_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_can_lld.h')
-rw-r--r--os/hal/templates/hal_can_lld.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/hal_can_lld.h b/os/hal/templates/hal_can_lld.h
index 0bd4d95b2..14e631a1b 100644
--- a/os/hal/templates/hal_can_lld.h
+++ b/os/hal/templates/hal_can_lld.h
@@ -15,15 +15,15 @@
*/
/**
- * @file can_lld.h
+ * @file hal_can_lld.h
* @brief PLATFORM CAN subsystem low level driver header.
*
* @addtogroup CAN
* @{
*/
-#ifndef _CAN_LLD_H_
-#define _CAN_LLD_H_
+#ifndef HAL_CAN_LLD_H
+#define HAL_CAN_LLD_H
#if (HAL_USE_CAN == TRUE) || defined(__DOXYGEN__)
@@ -223,6 +223,6 @@ extern "C" {
#endif /* HAL_USE_CAN == TRUE */
-#endif /* _CAN_LLD_H_ */
+#endif /* HAL_CAN_LLD_H */
/** @} */