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.
|
* - @a TIME_IMMEDIATE this value is not allowed.
|
||||||
* .
|
* .
|
||||||
* @param[in] vtfunc the timer callback function. After invoking the
|
* @param[in] vtfunc the timer callback function. After invoking the
|
||||||
* callback the timer is disabled and the structure can
|
* callback the timer is restarted.
|
||||||
* be disposed or reused.
|
|
||||||
* @param[in] par a parameter that will be passed to the callback
|
* @param[in] par a parameter that will be passed to the callback
|
||||||
* function
|
* function
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue