mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
Fix-IAR-Version-Problem
[dlib/sys/time.h] Fix iar version problem [bsp/stm32f429-apollo/applications/SConscript] Remove CPPDEFINES
This commit is contained in:
@@ -20,6 +20,10 @@ struct timeval {
|
||||
};
|
||||
#endif /* _TIMEVAL_DEFINED */
|
||||
|
||||
#if defined ( __ICCARM__ ) && (__VER__ >= 8011002)
|
||||
#define _TIMESPEC_DEFINED
|
||||
#endif
|
||||
|
||||
#ifndef _TIMESPEC_DEFINED
|
||||
#define _TIMESPEC_DEFINED
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user