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:
parent
6e3bae727b
commit
3ed1c990dc
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ config SOC
|
||||||
default "stm32l010xb"
|
default "stm32l010xb"
|
||||||
|
|
||||||
config NUM_IRQS
|
config NUM_IRQS
|
||||||
default 32
|
default 30
|
||||||
|
|
||||||
endif # SOC_STM32L010XB
|
endif # SOC_STM32L010XB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue