From e115add00df34b9aabc97980dcb51204d624bd63 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 7 Feb 2022 20:21:20 +0000 Subject: stm32l4: fix exti register map Missing a gap before the second section continued. Signed-off-by: Karl Palsson --- exti/stm32_exti.h | 1 + 1 file changed, 1 insertion(+) (limited to 'exti/stm32_exti.h') diff --git a/exti/stm32_exti.h b/exti/stm32_exti.h index f15c0a1..8dd9ef8 100644 --- a/exti/stm32_exti.h +++ b/exti/stm32_exti.h @@ -9,6 +9,7 @@ struct STM32_EXTI_reg_l4_t { volatile uint32_t FTSR1; volatile uint32_t SWIER1; volatile uint32_t PR1; + uint32_t _reserved1[2]; volatile uint32_t IMR2; volatile uint32_t EMR2; volatile uint32_t RTSR2; -- cgit v1.2.3