aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/spi.c')
-rw-r--r--os/hal/src/spi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/src/spi.c b/os/hal/src/spi.c
index dfa7f91a9..ac7ff2c13 100644
--- a/os/hal/src/spi.c
+++ b/os/hal/src/spi.c
@@ -102,9 +102,9 @@ 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.
+ * @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
*