diff --git a/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c index 69480cfcd..76e865754 100644 --- a/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c +++ b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c @@ -15,8 +15,8 @@ */ /** - * @file AVR/hal_spi_lld.c - * @brief AVR SPI subsystem low level driver source. + * @file SPIv1/hal_spi_lld.c + * @brief AVR/MEGA SPI subsystem low level driver source. * * @addtogroup SPI * @{ diff --git a/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h index 23f13fbaf..25de60fe2 100644 --- a/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h +++ b/os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h @@ -15,8 +15,8 @@ */ /** - * @file AVR/hal_spi_lld.h - * @brief AVR SPI subsystem low level driver header. + * @file SPIv1/hal_spi_lld.h + * @brief AVR/MEGA SPI subsystem low level driver header. * * @addtogroup SPI * @{