kopia lustrzana https://github.com/espressif/esp-idf
feat(time): enable the macro timeradd, timersub, timerclear, etc.
TW#14488 Closes https://github.com/espressif/esp-idf/issues/867pull/846/merge
rodzic
ef60d73fe4
commit
8f994b9dce
|
@ -20,7 +20,7 @@ struct timeval {
|
|||
};
|
||||
|
||||
/* BSD time macros used by RTEMS code */
|
||||
#if defined (__rtems__) || defined (__CYGWIN__)
|
||||
#if defined (__rtems__) || defined (__CYGWIN__) || defined(__XTENSA__)
|
||||
|
||||
/* Convenience macros for operations on timevals.
|
||||
NOTE: `timercmp' does not work for >= or <=. */
|
||||
|
|
Ładowanie…
Reference in New Issue