diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 18:07:03 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-01-21 18:07:03 +0000 |
commit | 40f162e046764db29cd97ea0b9a37a7fb63b360d (patch) | |
tree | 19c8b40f2932742d75b941b17070a6e44191812c /os/hal/include | |
parent | ac1e9f31ced461e6a999e71eb1bc50965e1a1597 (diff) | |
download | ChibiOS-40f162e046764db29cd97ea0b9a37a7fb63b360d.tar.gz ChibiOS-40f162e046764db29cd97ea0b9a37a7fb63b360d.tar.bz2 ChibiOS-40f162e046764db29cd97ea0b9a37a7fb63b360d.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12568 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/hal_sio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/include/hal_sio.h b/os/hal/include/hal_sio.h index d72d57256..e10efeec4 100644 --- a/os/hal/include/hal_sio.h +++ b/os/hal/include/hal_sio.h @@ -132,6 +132,7 @@ typedef enum { * @note If the FIFO is full then the behavior is unpredictable.
*
* @param[in] siop pointer to the @p SIODriver object
+ * @param[in] data frame to be written
*
* @xclass
*/
|