Skip to content
Snippets Groups Projects
Commit ad2a9573 authored by Martine Lenders's avatar Martine Lenders
Browse files

timex: more conversion macros

parent 7b272c5f
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,16 @@ extern "C" { ...@@ -33,6 +33,16 @@ extern "C" {
*/ */
#define SEC_IN_USEC (1000000U) #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 * @brief The number of milliseconds per second
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment