From 68bc5b826340cdef0b8648ae6d60159a5c7b9a8b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Sep 2014 13:32:24 +0000 Subject: [PATCH] Doxygen tag fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7268 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/rt/include/chvt.h b/os/rt/include/chvt.h index 4e257887d..b4573d7a9 100644 --- a/os/rt/include/chvt.h +++ b/os/rt/include/chvt.h @@ -218,7 +218,7 @@ static inline void chVTObjectInit(virtual_timer_t *vtp) { * @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. *