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:
parent
051f1ed184
commit
b40bae71c9
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue