mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
Merge pull request #1432 from ArdaFu/master
[BSP] TM4C129X: Modify rtconfig.py to support compile from IAR-SCONS
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user