aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-26 12:26:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-26 12:26:52 +0000
commit5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462 (patch)
tree4898b0f890514f67baae712c4900de08d20e44a0 /os/hal/platforms/STM32F0xx
parent6e2f377dd5b17c3ab2836a5ae5406676275f9bb5 (diff)
downloadChibiOS-5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462.tar.gz
ChibiOS-5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462.tar.bz2
ChibiOS-5c1a0c2b8a9b4164b52cf5d33fca16fd9c61c462.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4236 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx')
-rw-r--r--os/hal/platforms/STM32F0xx/stm32_dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F0xx/stm32_dma.h b/os/hal/platforms/STM32F0xx/stm32_dma.h
index 1677bc285..b1e06e6b5 100644
--- a/os/hal/platforms/STM32F0xx/stm32_dma.h
+++ b/os/hal/platforms/STM32F0xx/stm32_dma.h
@@ -21,7 +21,7 @@
/**
* @file STM32F0xx/stm32_dma.h
* @brief DMA helper driver header.
- * @note This file requires definitions from the ST header file stm32l1xx.h.
+ * @note This file requires definitions from the ST header file stm32f0xx.h.
* @note This driver uses the new naming convention used for the STM32F2xx
* so the "DMA channels" are referred as "DMA streams".
*