From 3ed1c990dc612adb2b48b87cf79c9364c167a4e6 Mon Sep 17 00:00:00 2001 From: Gerson Fernando Budke Date: Mon, 16 Oct 2023 15:19:07 +0200 Subject: [PATCH] soc: st: l010xb: Fix the number of IRQs Change the NUM_IRQS value from 32 to 30 following the rm0451. Signed-off-by: Gerson Fernando Budke --- soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb b/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb index d447e92f4e0..89e20292fc1 100644 --- a/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb +++ b/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb @@ -9,6 +9,6 @@ config SOC default "stm32l010xb" config NUM_IRQS - default 32 + default 30 endif # SOC_STM32L010XB