diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-04 15:08:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-04 15:08:29 +0000 |
commit | 24cb881726f09c6bccba471b40bde76dc27036c7 (patch) | |
tree | e006f2e4436e71d3406b1904321c8160dc5c2c24 /os/hal/src/spi.c | |
parent | 31881e1dd3bee0ff04f3a46742d8f260210f8c29 (diff) | |
download | ChibiOS-24cb881726f09c6bccba471b40bde76dc27036c7.tar.gz ChibiOS-24cb881726f09c6bccba471b40bde76dc27036c7.tar.bz2 ChibiOS-24cb881726f09c6bccba471b40bde76dc27036c7.zip |
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2580 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/src/spi.c')
-rw-r--r-- | os/hal/src/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/spi.c b/os/hal/src/spi.c index 966db3de5..e99126b9e 100644 --- a/os/hal/src/spi.c +++ b/os/hal/src/spi.c @@ -61,7 +61,7 @@ void spiInit(void) { /**
* @brief Initializes the standard part of a @p SPIDriver structure.
*
- * @param[in] spip pointer to the @p SPIDriver object
+ * @param[out] spip pointer to the @p SPIDriver object
*
* @init
*/
|