diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-05 19:55:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-05 19:55:58 +0000 |
commit | 9d2bdb6729532f2090769c203ddbd73b4b94cb6a (patch) | |
tree | 0b35df8fb8a2bc47d828221dbeded8873e399af2 /os/io/spi.c | |
parent | 345e69346056fde8e9a806b03a71c1ad78e5784b (diff) | |
download | ChibiOS-9d2bdb6729532f2090769c203ddbd73b4b94cb6a.tar.gz ChibiOS-9d2bdb6729532f2090769c203ddbd73b4b94cb6a.tar.bz2 ChibiOS-9d2bdb6729532f2090769c203ddbd73b4b94cb6a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1268 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/spi.c')
-rw-r--r-- | os/io/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/spi.c b/os/io/spi.c index 231fc7ad2..10eabb87e 100644 --- a/os/io/spi.c +++ b/os/io/spi.c @@ -55,7 +55,7 @@ void spiObjectInit(SPIDriver *spip) { * @brief Configures and activates the SPI peripheral.
*
* @param[in] spip pointer to the @p SPIDriver object
- * @param config pointer to the @p SPIConfig object
+ * @param[in] config pointer to the @p SPIConfig object
*/
void spiStart(SPIDriver *spip, const SPIConfig *config) {
|