提交 48a59d1b 编写于 作者: A ArdaFu

[Componment] libc: Modify skip timespec define condication. Change IAR version...

[Componment] libc: Modify skip timespec define condication. Change IAR version from 8.11.2 to 8.10.1
上级 45645be9
......@@ -20,7 +20,10 @@ struct timeval {
};
#endif /* _TIMEVAL_DEFINED */
#if defined ( __ICCARM__ ) && (__VER__ >= 8011002)
/*
* Skip define timespec for IAR version over 8.10.1 where __VER__ is 8010001.
*/
#if defined ( __ICCARM__ ) && (__VER__ >= 8010001)
#define _TIMESPEC_DEFINED
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册