diff options
Diffstat (limited to 'os/hal/include/hal_can.h')
-rw-r--r-- | os/hal/include/hal_can.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_can.h b/os/hal/include/hal_can.h index 9947b9960..83c647522 100644 --- a/os/hal/include/hal_can.h +++ b/os/hal/include/hal_can.h @@ -22,8 +22,8 @@ * @{
*/
-#ifndef _CAN_H_
-#define _CAN_H_
+#ifndef HAL_CAN_H
+#define HAL_CAN_H
#if (HAL_USE_CAN == TRUE) || defined(__DOXYGEN__)
@@ -151,6 +151,6 @@ extern "C" { #endif /* HAL_USE_CAN == TRUE */
-#endif /* _CAN_H_ */
+#endif /* HAL_CAN_H */
/** @} */
|