aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2019-10-30 13:19:08 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2019-10-30 13:19:08 +0100
commitf6b1a12ecf14e4c703b18f3d13537e878215e91a (patch)
tree9425e1fdfbcccef5c210a87e93d2aa0c5e9a13b3 /os
parentb15b68c1c4dd59a846c36e52ef4502eb8ad84a5a (diff)
downloadChibiOS-Contrib-f6b1a12ecf14e4c703b18f3d13537e878215e91a.tar.gz
ChibiOS-Contrib-f6b1a12ecf14e4c703b18f3d13537e878215e91a.tar.bz2
ChibiOS-Contrib-f6b1a12ecf14e4c703b18f3d13537e878215e91a.zip
Fixed DMA2D example
Diffstat (limited to 'os')
-rw-r--r--os/hal/include/hal_sdram.h2
-rw-r--r--os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal_sdram.h b/os/hal/include/hal_sdram.h
index af4a1ad..eaca0fb 100644
--- a/os/hal/include/hal_sdram.h
+++ b/os/hal/include/hal_sdram.h
@@ -18,7 +18,7 @@
*/
/**
- * @file hal_fsmc_sdram.h
+ * @file hal_sdram.h
* @brief SDRAM Driver subsystem low level driver header.
*
* @addtogroup SDRAM
diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.h
index 3991695..665c570 100644
--- a/os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.h
+++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.h
@@ -18,7 +18,7 @@
*/
/**
- * @file hal_fsmc_sdram.h
+ * @file hal_sdram.h
* @brief SDRAM Driver subsystem low level driver header.
*
* @addtogroup SDRAM