aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx/stm32_dma.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:49:17 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:49:17 +0000
commit05f792e54ea17171380538bf95e062ad6f37196c (patch)
tree67cc3b2d835ddad5c4d94092718251b2e718104d /os/hal/platforms/STM32L1xx/stm32_dma.h
parent8cc4b7f2e82a9a498ad97fb3ba45626a5b745bf9 (diff)
downloadChibiOS-05f792e54ea17171380538bf95e062ad6f37196c.tar.gz
ChibiOS-05f792e54ea17171380538bf95e062ad6f37196c.tar.bz2
ChibiOS-05f792e54ea17171380538bf95e062ad6f37196c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3433 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/stm32_dma.h')
-rw-r--r--os/hal/platforms/STM32L1xx/stm32_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/stm32_dma.h b/os/hal/platforms/STM32L1xx/stm32_dma.h
index cada5de38..e23980f9f 100644
--- a/os/hal/platforms/STM32L1xx/stm32_dma.h
+++ b/os/hal/platforms/STM32L1xx/stm32_dma.h
@@ -21,7 +21,7 @@
/**
* @file STM32L1xx/stm32_dma.h
* @brief DMA helper driver header.
- * @note This file requires definitions from the ST header file stm32f10x.h.
+ * @note This file requires definitions from the ST header file stm32l1xx.h.
* @note This driver uses the new naming convention used for the STM32F2xx
* so the "DMA channels" are referred as "DMA streams".
*