From 284e1810da0eed3cc7159db4e6df3fc85843acf9 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sat, 2 Sep 2017 14:15:52 +0000 Subject: Correct the comment on SPI driver files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10535 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c | 4 ++-- os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'os/hal') 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 * @{ -- cgit v1.2.3