From 1de15867757888c831ac3b38a4dc6093c750e39a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 4 Dec 2021 18:42:48 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15191 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/portability/IAR/ccportab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/portability/IAR/ccportab.h b/os/common/portability/IAR/ccportab.h index a1440e1c3..f652a3b4d 100644 --- a/os/common/portability/IAR/ccportab.h +++ b/os/common/portability/IAR/ccportab.h @@ -105,7 +105,7 @@ * @note Can be implemented as an empty macro if not supported by the * compiler. */ -#define CC_FORCE_INLINE inline +#define CC_FORCE_INLINE /** * @brief Marks a function as non-returning.