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:
isiora 2018-03-08 20:42:56 +00:00
parent 4c4ee17095
commit 3cdf8c338e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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