aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/AVR/MEGA/LLD/SPIv1
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-09-02 14:15:52 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-09-02 14:15:52 +0000
commit284e1810da0eed3cc7159db4e6df3fc85843acf9 (patch)
tree547f9997fb9e8246317c6f49e35bbc56da247abf /os/hal/ports/AVR/MEGA/LLD/SPIv1
parent978b233c04d78c163407605edf4d01a7a822cb55 (diff)
downloadChibiOS-284e1810da0eed3cc7159db4e6df3fc85843acf9.tar.gz
ChibiOS-284e1810da0eed3cc7159db4e6df3fc85843acf9.tar.bz2
ChibiOS-284e1810da0eed3cc7159db4e6df3fc85843acf9.zip
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
Diffstat (limited to 'os/hal/ports/AVR/MEGA/LLD/SPIv1')
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.c4
-rw-r--r--os/hal/ports/AVR/MEGA/LLD/SPIv1/hal_spi_lld.h4
2 files changed, 4 insertions, 4 deletions
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
* @{