From b40bae71c962de8dc0c23773284f50522c63af6a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 18 Mar 2022 09:50:13 +0000 Subject: [PATCH] Fixed a comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15537 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/rt/src/chvt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/os/rt/src/chvt.c b/os/rt/src/chvt.c index 8d954d284..001bab199 100644 --- a/os/rt/src/chvt.c +++ b/os/rt/src/chvt.c @@ -342,8 +342,7 @@ void chVTDoSetI(virtual_timer_t *vtp, sysinterval_t delay, * - @a TIME_IMMEDIATE this value is not allowed. * . * @param[in] vtfunc the timer callback function. After invoking the - * callback the timer is disabled and the structure can - * be disposed or reused. + * callback the timer is restarted. * @param[in] par a parameter that will be passed to the callback * function *