From 17f1a787340533d5cd20b052355b6bbcb38ed1ba Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 21 Jul 2018 09:31:39 +0000 Subject: Fixed bug #966. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12183 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/src/hal_spi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'os/hal') 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 * -- cgit v1.2.3