diff options
Diffstat (limited to 'os/hal/templates/hal_spi_lld.c')
-rw-r--r-- | os/hal/templates/hal_spi_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_spi_lld.c b/os/hal/templates/hal_spi_lld.c index 9e1299c1e..6dd582677 100644 --- a/os/hal/templates/hal_spi_lld.c +++ b/os/hal/templates/hal_spi_lld.c @@ -15,7 +15,7 @@ */
/**
- * @file spi_lld.c
+ * @file hal_spi_lld.c
* @brief PLATFORM SPI subsystem low level driver source.
*
* @addtogroup SPI
|