Minor changes.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11647 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
4c4ee17095
commit
3cdf8c338e
|
@ -68,7 +68,7 @@ void tsIdle(void) {
|
|||
* @param[in] handle The handle of the service to invoke.
|
||||
* The handle is obtained by an invoke to discovery
|
||||
* service.
|
||||
* @param[inout] svc_data Service request data, often a reference to a more
|
||||
* @param[in,out] svc_data Service request data, often a reference to a more
|
||||
* complex structure.
|
||||
* @param[in] svc_datalen Size of the svc_data memory area.
|
||||
* @param[in] svc_nsec_time The time slice that will be yielded to the lower
|
||||
|
|
|
@ -105,7 +105,7 @@ static inline int64_t tsInvoke0(ts_service_t handle, ts_params_area_t data,
|
|||
* @param[in] handle The handle of the service to invoke.
|
||||
* The handle is obtained by an invoke to discovery
|
||||
* service.
|
||||
* @param[inout] svc_data Service request data, often a reference to a more
|
||||
* @param[in,out] svc_data Service request data, often a reference to a more
|
||||
* complex structure.
|
||||
* @param[in] svc_datalen Size of the svc_data memory area.
|
||||
* @param[in] yieldtime The time yield to SEC service to run, in microsec.
|
||||
|
|
Loading…
Reference in New Issue