diff options
Diffstat (limited to 'src/include/vt.h')
-rw-r--r-- | src/include/vt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/vt.h b/src/include/vt.h index 72385715b..04af725c9 100644 --- a/src/include/vt.h +++ b/src/include/vt.h @@ -117,10 +117,10 @@ extern "C" { #define chVTIsArmedI(vtp) ((vtp)->vt_func != NULL)
/**
- * Returns the number of system ticks since the \p chSysInit() invocation.
+ * Returns the number of system ticks since the @p chSysInit() invocation.
* @return the system ticks number
* @note The counter can reach its maximum and then returns to zero.
- * @note This function is designed to work with the \p chThdSleepUntil().
+ * @note This function is designed to work with the @p chThdSleepUntil().
*/
#define chSysGetTime() (vtlist.vt_systime)
|