aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_ioblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_ioblock.h')
-rw-r--r--os/hal/include/hal_ioblock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_ioblock.h b/os/hal/include/hal_ioblock.h
index b16062a2c..e942cf1c9 100644
--- a/os/hal/include/hal_ioblock.h
+++ b/os/hal/include/hal_ioblock.h
@@ -31,8 +31,8 @@
* @{
*/
-#ifndef _HAL_IOBLOCK_H_
-#define _HAL_IOBLOCK_H_
+#ifndef HAL_IOBLOCK_H
+#define HAL_IOBLOCK_H
/**
* @brief Driver state machine possible states.
@@ -260,6 +260,6 @@ typedef struct {
/** @} */
-#endif /* _HAL_IOBLOCK_H_ */
+#endif /* HAL_IOBLOCK_H */
/** @} */