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 <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2023-10-16 15:19:07 +02:00 committed by Carles Cufí
commit 3ed1c990dc

View file

@ -9,6 +9,6 @@ config SOC
default "stm32l010xb"
config NUM_IRQS
default 32
default 30
endif # SOC_STM32L010XB