aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/stm32_dma.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-14 09:01:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-14 09:01:19 +0000
commitc02afef7dfff3e1fd2645c9e94947342e0ee35ad (patch)
tree852f2905d43f32b877b4cd445d51b0a8ec160c37 /os/hal/platforms/STM32F0xx/stm32_dma.c
parente78992cf5b5d56b9a5e263b471ea441d2cc4610c (diff)
downloadChibiOS-c02afef7dfff3e1fd2645c9e94947342e0ee35ad.tar.gz
ChibiOS-c02afef7dfff3e1fd2645c9e94947342e0ee35ad.tar.bz2
ChibiOS-c02afef7dfff3e1fd2645c9e94947342e0ee35ad.zip
Fixed bug #400.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5589 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F0xx/stm32_dma.c')
-rw-r--r--os/hal/platforms/STM32F0xx/stm32_dma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32F0xx/stm32_dma.c b/os/hal/platforms/STM32F0xx/stm32_dma.c
index 44f10cbf6..2305d952d 100644
--- a/os/hal/platforms/STM32F0xx/stm32_dma.c
+++ b/os/hal/platforms/STM32F0xx/stm32_dma.c
@@ -109,7 +109,7 @@ static dma_isr_redir_t dma_isr_redir[STM32_DMA_STREAMS];
*
* @isr
*/
-CH_IRQ_HANDLER(DMA1_Ch1_IRQHandler) {
+CH_IRQ_HANDLER(Vector64) {
uint32_t flags;
CH_IRQ_PROLOGUE();
@@ -127,7 +127,7 @@ CH_IRQ_HANDLER(DMA1_Ch1_IRQHandler) {
*
* @isr
*/
-CH_IRQ_HANDLER(DMA1_Ch2_3_IRQHandler) {
+CH_IRQ_HANDLER(Vector68) {
uint32_t flags;
CH_IRQ_PROLOGUE();
@@ -156,7 +156,7 @@ CH_IRQ_HANDLER(DMA1_Ch2_3_IRQHandler) {
*
* @isr
*/
-CH_IRQ_HANDLER(DMA1_Ch4_5_IRQHandler) {
+CH_IRQ_HANDLER(Vector6C) {
uint32_t flags;
CH_IRQ_PROLOGUE();