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__)