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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/osal/rt/osal.h b/os/hal/osal/rt/osal.h
index 96b493905..5003bfe53 100644
--- a/os/hal/osal/rt/osal.h
+++ b/os/hal/osal/rt/osal.h
@@ -539,7 +539,7 @@ static inline void osalSysUnlockFromISR(void) {
*
* @xclass
*/
-static inline syssts_t osalSysGetStatusAndLockX(void) {
+static inline syssts_t osalSysGetStatusAndLockX(void) {
return chSysGetStatusAndLockX();
}