From a04f856b572380ab72c6e392ef24183bf7a16c65 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 4 Sep 2017 08:53:47 +0000 Subject: Removed _ from guard macros for consistency with other files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10551 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/nil/osal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os/hal/osal/nil') diff --git a/os/hal/osal/nil/osal.h b/os/hal/osal/nil/osal.h index 807b660c2..ac6879554 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 #include @@ -947,6 +947,6 @@ static inline void osalMutexUnlock(mutex_t *mp) { chSemSignal((semaphore_t *)mp); } -#endif /* _OSAL_H_ */ +#endif /* OSAL.H */ /** @} */ -- cgit v1.2.3