aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/spi.c
diff options
context:
space:
mode:
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