aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-06 10:32:19 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-06 10:32:19 +0000
commitc36680dd3c68861f18a850c3ab83fb1fd20ed04a (patch)
treec7f5c74debaaa5d5f1b2b5a107aaf70ae529cc43
parent35d204f9e9b28cdf454f6b53d4b6f64e3fccff69 (diff)
downloadChibiOS-c36680dd3c68861f18a850c3ab83fb1fd20ed04a.tar.gz
ChibiOS-c36680dd3c68861f18a850c3ab83fb1fd20ed04a.tar.bz2
ChibiOS-c36680dd3c68861f18a850c3ab83fb1fd20ed04a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8169 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/STM32/LLD/DMAv1/notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/DMAv1/notes.txt b/os/hal/ports/STM32/LLD/DMAv1/notes.txt
index d34353dc8..4838fa8d4 100644
--- a/os/hal/ports/STM32/LLD/DMAv1/notes.txt
+++ b/os/hal/ports/STM32/LLD/DMAv1/notes.txt
@@ -19,7 +19,7 @@ STM32_ADVANCED_DMA - TRUE not used by the DMA drivers but other
channels. Probably will be removed in the
future.
STM32_DMA_SUPPORTS_CSELR - TRUE if the DMA have a CSELR register.
-STM32_DMAn_NUM_CHANNELS - Number of channels in DMA1.
+STM32_DMAn_NUM_CHANNELS - Number of channels in DMA "n".
STM32_DMAn_CHx_HANDLER - Vector name for IRQ "x".
STM32_DMAn_CHxyz_HANDLER - Vector name for shared IRQs "x", "y" and "z".
STM32_DMAn_CHx_NUMBER - Vector number for IRQ "x".