Documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15033 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-11-07 09:28:53 +00:00
parent 129429b7c3
commit ecfd351419
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
*/
/**
* @file hal_spi_v1_lld.c
* @file hal_spi_lld.c
* @brief PLATFORM SPI (v1) subsystem low level driver source.
*
* @addtogroup SPI_V1

View File

@ -15,7 +15,7 @@
*/
/**
* @file hal_spi_v1_lld.h
* @file hal_spi_lld.h
* @brief PLATFORM SPI (v1) subsystem low level driver header.
*
* @addtogroup SPI_V1