diff options
Diffstat (limited to 'os/io/templates/spi_lld.c')
-rw-r--r-- | os/io/templates/spi_lld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/io/templates/spi_lld.c b/os/io/templates/spi_lld.c index 4ef99e1ed..e98ecea14 100644 --- a/os/io/templates/spi_lld.c +++ b/os/io/templates/spi_lld.c @@ -44,7 +44,7 @@ void spi_lld_setup(SPIDriver *spip) { }
/**
- * @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
*/
@@ -53,7 +53,7 @@ void spi_lld_select(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
|