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
ede9e3ab60
commit
0b2b088c58
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