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