diff options
Diffstat (limited to 'os/hal/osal/rt/osal.h')
-rw-r--r-- | os/hal/osal/rt/osal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h index e755a1c4f..397ff8acc 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 */
/** @} */
|