aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/hal/src/hal_spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/src/hal_spi.c b/os/hal/src/hal_spi.c
index 1858f01c9..aae3bd8fa 100644
--- a/os/hal/src/hal_spi.c
+++ b/os/hal/src/hal_spi.c
@@ -103,8 +103,6 @@ void spiStart(SPIDriver *spip, const SPIConfig *config) {
/**
* @brief Deactivates the SPI peripheral.
- * @note Deactivating the peripheral also enforces a release of the slave
- * select line.
*
* @param[in] spip pointer to the @p SPIDriver object
*