dmaps: Fix ARMCC compiler reported error
Fixed the compilation error pointing to __inline type specifier Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
ad02d14e36
commit
f9d31bfeb7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
/**************************** Type Definitions ******************************/
|
||||
|
||||
#if COMPILER == iccarm
|
||||
#ifdef __ICCARM__
|
||||
#define INLINE inline
|
||||
#else
|
||||
#define INLINE __inline
|
||||
|
|
Loading…
Add table
Reference in a new issue