Fixed a comment.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15537 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-03-18 09:50:13 +00:00
parent 051f1ed184
commit b40bae71c9
1 changed files with 1 additions and 2 deletions

View File

@ -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
*