Skip to content

Commit

Permalink
soc: st: l010xb: Fix the number of IRQs
Browse files Browse the repository at this point in the history
Change the NUM_IRQS value from 32 to 30 following the rm0451.

Signed-off-by: Gerson Fernando Budke <[email protected]>
  • Loading branch information
nandojve committed Nov 1, 2023
1 parent ec20c10 commit 7954293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ config SOC
default "stm32l010xb"

config NUM_IRQS
default 32
default 30

endif # SOC_STM32L010XB

0 comments on commit 7954293

Please sign in to comment.