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
This commit is contained in:
Theodore Ateba 2017-09-02 14:15:52 +00:00
parent 978b233c04
commit 284e1810da
2 changed files with 4 additions and 4 deletions

View File

@ -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
* @{

View File

@ -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
* @{