diff options
author | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-30 13:19:08 +0100 |
---|---|---|
committer | Fabien Poussin <fabien.poussin@gmail.com> | 2019-10-30 13:19:08 +0100 |
commit | f6b1a12ecf14e4c703b18f3d13537e878215e91a (patch) | |
tree | 9425e1fdfbcccef5c210a87e93d2aa0c5e9a13b3 /os/hal/ports/STM32/LLD/FSMCv1 | |
parent | b15b68c1c4dd59a846c36e52ef4502eb8ad84a5a (diff) | |
download | ChibiOS-Contrib-f6b1a12ecf14e4c703b18f3d13537e878215e91a.tar.gz ChibiOS-Contrib-f6b1a12ecf14e4c703b18f3d13537e878215e91a.tar.bz2 ChibiOS-Contrib-f6b1a12ecf14e4c703b18f3d13537e878215e91a.zip |
Fixed DMA2D example
Diffstat (limited to 'os/hal/ports/STM32/LLD/FSMCv1')
-rw-r--r-- | os/hal/ports/STM32/LLD/FSMCv1/hal_sdram_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |