From 64de0d33d6a6fd4fa17c185ab347c1d5c2e7d15b Mon Sep 17 00:00:00 2001 From: Fernando Birra Date: Wed, 10 Jun 2026 13:24:47 +0100 Subject: [PATCH] Update hal_spi_v2_lld.h fix typo in a comment --- os/hal/ports/SN32/LLD/SN32F2xx/SPI/hal_spi_v2_lld.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/SN32/LLD/SN32F2xx/SPI/hal_spi_v2_lld.h b/os/hal/ports/SN32/LLD/SN32F2xx/SPI/hal_spi_v2_lld.h index 27c75f7051..0baaf4df35 100644 --- a/os/hal/ports/SN32/LLD/SN32F2xx/SPI/hal_spi_v2_lld.h +++ b/os/hal/ports/SN32/LLD/SN32F2xx/SPI/hal_spi_v2_lld.h @@ -85,7 +85,7 @@ */ /** * @brief SPI0 driver enable switch. - * @details If set to @p TRUE the support for SPI1 is included. + * @details If set to @p TRUE the support for SPI0 is included. * @note The default is @p FALSE. */ #if !defined(SN32_SPI_USE_SPI0) || defined(__DOXYGEN__)