diff options
Diffstat (limited to 'os/hal/src')
-rw-r--r-- | os/hal/src/hal_spi.c | 2 |
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
*
|