diff options
-rw-r--r-- | os/rt/osal/osal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/rt/osal/osal.h b/os/rt/osal/osal.h index c9cb9b1ec..d5322cc96 100644 --- a/os/rt/osal/osal.h +++ b/os/rt/osal/osal.h @@ -316,6 +316,7 @@ typedef struct { * @api
*/
#define OSAL_MS2ST(msec) MS2ST(msec)
+
/**
* @brief Microseconds to system ticks.
* @details Converts from microseconds to system ticks number.
|