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.