aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/osal/rt/osal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/osal/rt/osal.h')
-rw-r--r--os/hal/osal/rt/osal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h
index 397ff8acc..c99b4c92a 100644
--- a/os/hal/osal/rt/osal.h
+++ b/os/hal/osal/rt/osal.h
@@ -22,8 +22,8 @@
* @{
*/
-#ifndef OSAL.H
-#define OSAL.H
+#ifndef OSAL_H
+#define OSAL_H
#include <stddef.h>
#include <stdint.h>
@@ -936,6 +936,6 @@ static inline void osalMutexUnlock(mutex_t *mp) {
#endif
}
-#endif /* OSAL.H */
+#endif /* OSAL_H */
/** @} */