From 5aa3c4b50591abb89a9800169b1307f0795a00fe Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 7 Jan 2016 21:36:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8718 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/osal/rt/osal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/osal/rt') 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(); } -- cgit v1.2.3