From 708fe1516c33d77b24d49926a11bc87dfe88d0fd Mon Sep 17 00:00:00 2001 From: Guillaume Revaillot Date: Thu, 19 Apr 2018 12:15:39 +0200 Subject: [PATCH] stm32: fix nvic channels name to match dma1/2 on stm32f09x --- include/libopencm3/stm32/f0/irq.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libopencm3/stm32/f0/irq.json b/include/libopencm3/stm32/f0/irq.json index 8a407dc2..ab7c9f8f 100644 --- a/include/libopencm3/stm32/f0/irq.json +++ b/include/libopencm3/stm32/f0/irq.json @@ -10,8 +10,8 @@ "exti4_15", "tsc", "dma1_channel1", - "dma1_channel2_3", - "dma1_channel4_5", + "dma1_channel2_3_dma2_channel1_2", + "dma1_channel4_7_dma2_channel3_5", "adc_comp", "tim1_brk_up_trg_com", "tim1_cc",