Fix-IAR-Version-Problem

[dlib/sys/time.h] Fix iar version problem
[bsp/stm32f429-apollo/applications/SConscript] Remove CPPDEFINES
This commit is contained in:
MurphyZhao
2018-01-10 10:54:45 +08:00
parent 2d7fac37bd
commit c258ca794d
2 changed files with 5 additions and 7 deletions

View File

@@ -20,6 +20,10 @@ struct timeval {
};
#endif /* _TIMEVAL_DEFINED */
#if defined ( __ICCARM__ ) && (__VER__ >= 8011002)
#define _TIMESPEC_DEFINED
#endif
#ifndef _TIMESPEC_DEFINED
#define _TIMESPEC_DEFINED
/*