mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
feat(time): enable the macro timeradd, timersub, timerclear, etc.
TW#14488 Closes https://github.com/espressif/esp-idf/issues/867
This commit is contained in:
@@ -20,7 +20,7 @@ struct timeval {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* BSD time macros used by RTEMS code */
|
/* 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.
|
/* Convenience macros for operations on timevals.
|
||||||
NOTE: `timercmp' does not work for >= or <=. */
|
NOTE: `timercmp' does not work for >= or <=. */
|
||||||
|
Reference in New Issue
Block a user