Merge pull request #6219 from miri64/timex/enh/more_conversion
timex: more conversion macros
This commit is contained in:
commit
cfe20f8cd9
@ -33,6 +33,16 @@ extern "C" {
|
||||
*/
|
||||
#define SEC_IN_USEC (1000000U)
|
||||
|
||||
/**
|
||||
* @brief The number of seconds per minute
|
||||
*/
|
||||
#define MIN_IN_SEC (60U)
|
||||
|
||||
/**
|
||||
* @brief The number of centiseconds per second
|
||||
*/
|
||||
#define SEC_IN_CS (100U)
|
||||
|
||||
/**
|
||||
* @brief The number of milliseconds per second
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user