diff options
author | isiora <none@example.com> | 2018-03-08 20:42:56 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2018-03-08 20:42:56 +0000 |
commit | 3cdf8c338ed5ed3f33e982f43555f7091ca4cb4f (patch) | |
tree | 6c8b6994e9e494462677407da53b24720678dbe2 /demos | |
parent | 4c4ee170951e14fb83f9b9583cf9918f6ff57218 (diff) | |
download | ChibiOS-3cdf8c338ed5ed3f33e982f43555f7091ca4cb4f.tar.gz ChibiOS-3cdf8c338ed5ed3f33e982f43555f7091ca4cb4f.tar.bz2 ChibiOS-3cdf8c338ed5ed3f33e982f43555f7091ca4cb4f.zip |
Minor changes.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11647 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.c | 2 | ||||
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.c b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.c index 776d0487e..b6d621b5c 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.c +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.c @@ -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
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.h index 0bb605950..b0ce522c1 100644 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-NSEC/tsclient.h @@ -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.
|