From 1ab0d2445f5ca29a5e5562438ec282f4bcec9cf4 Mon Sep 17 00:00:00 2001 From: Guillaume Revaillot Date: Wed, 7 Mar 2018 18:15:52 +0100 Subject: [PATCH] stm32l0: NVIC: channel 16 is tim3 on stm32l0x0, stm32l0x1 and stm32l0x2. tim3 interrupt is wired to nvic channel 16 if present. --- include/libopencm3/stm32/l0/irq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libopencm3/stm32/l0/irq.json b/include/libopencm3/stm32/l0/irq.json index 6cf0ebd2..91fb7106 100644 --- a/include/libopencm3/stm32/l0/irq.json +++ b/include/libopencm3/stm32/l0/irq.json @@ -16,7 +16,7 @@ "lptim1", "reserved1", "tim2", - "reserved2", + "tim3", "tim6_dac", "reserved3", "reserved4",