diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-15 09:56:08 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-15 09:56:08 +0000 |
commit | caf853311f70cf4ef667eb508ec743736e3589da (patch) | |
tree | df96bb6faeae80637a114fe9060e5a0c9a6f4a92 | |
parent | 48888139e6ede880de63159e7e7c632b110e4da0 (diff) | |
download | ChibiOS-caf853311f70cf4ef667eb508ec743736e3589da.tar.gz ChibiOS-caf853311f70cf4ef667eb508ec743736e3589da.tar.bz2 ChibiOS-caf853311f70cf4ef667eb508ec743736e3589da.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1302 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/io/platforms/STM32/platform.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/platforms/STM32/platform.dox b/os/io/platforms/STM32/platform.dox index 91d73cd59..91c161ea1 100644 --- a/os/io/platforms/STM32/platform.dox +++ b/os/io/platforms/STM32/platform.dox @@ -76,7 +76,7 @@ /**
* @defgroup STM32_DMA STM32 DMA Support
* @brief DMA support.
- * @details The DMA help driver allows to stop the DMA clock when no other
+ * @details The DMA helper driver allows to stop the DMA clock when no other
* drivers require its services.
*
* @ingroup STM32
|