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:
parent
978b233c04
commit
284e1810da
|
@ -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
|
||||
* @{
|
||||
|
|
|
@ -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
|
||||
* @{
|
||||
|
|
Loading…
Reference in New Issue