diff --git a/os/hal/templates/hal_spi_lld.c b/os/hal/templates/hal_spi_lld.c index 40a835bfd..32d7a431d 100644 --- a/os/hal/templates/hal_spi_lld.c +++ b/os/hal/templates/hal_spi_lld.c @@ -15,7 +15,7 @@ */ /** - * @file hal_spi_v1_lld.c + * @file hal_spi_lld.c * @brief PLATFORM SPI (v1) subsystem low level driver source. * * @addtogroup SPI_V1 diff --git a/os/hal/templates/hal_spi_lld.h b/os/hal/templates/hal_spi_lld.h index 11fa41ff3..dbbe67a64 100644 --- a/os/hal/templates/hal_spi_lld.h +++ b/os/hal/templates/hal_spi_lld.h @@ -15,7 +15,7 @@ */ /** - * @file hal_spi_v1_lld.h + * @file hal_spi_lld.h * @brief PLATFORM SPI (v1) subsystem low level driver header. * * @addtogroup SPI_V1