aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/spi.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-24 14:08:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-10-24 14:08:41 +0000
commit216990672983c3c551f2aaf45cf27d8f9ce68036 (patch)
tree16e391badb15a6b461bba77b7c81f382e1b308a8 /os/io/spi.c
parentfb68f0d51775b7e0bafa82fa67573e652babb6a6 (diff)
downloadChibiOS-216990672983c3c551f2aaf45cf27d8f9ce68036.tar.gz
ChibiOS-216990672983c3c551f2aaf45cf27d8f9ce68036.tar.bz2
ChibiOS-216990672983c3c551f2aaf45cf27d8f9ce68036.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1252 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io/spi.c')
-rw-r--r--os/io/spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/io/spi.c b/os/io/spi.c
index 2ea8f8909..7c08fe413 100644
--- a/os/io/spi.c
+++ b/os/io/spi.c
@@ -68,7 +68,7 @@ void spiSetup(SPIDriver *spip, const SPIConfig *config) {
}
/**
- * @brief Asserts the chip select signal and prepares for transfers.
+ * @brief Asserts the slave select signal and prepares for transfers.
*
* @param[in] spip pointer to the @p SPIDriver object
*/
@@ -86,7 +86,7 @@ void spiSelect(SPIDriver *spip) {
}
/**
- * @brief De-asserts the chip select signal.
+ * @brief De-asserts the slave select signal.
* @details The previously selected peripheral is unselected.
*
* @param[in] spip pointer to the @p SPIDriver object