diff options
Diffstat (limited to 'os/hal/templates/osal/osal.h')
-rw-r--r-- | os/hal/templates/osal/osal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/osal/osal.h b/os/hal/templates/osal/osal.h index d1df76826..af51fad27 100644 --- a/os/hal/templates/osal/osal.h +++ b/os/hal/templates/osal/osal.h @@ -513,7 +513,7 @@ static inline void osalOsRescheduleS(void) { * @note The counter can reach its maximum and then restart from zero.
* @note This function can be called from any context but its atomicity
* is not guaranteed on architectures whose word size is less than
- * @systime_t size.
+ * @p systime_t size.
*
* @return The system time in ticks.
*
|