zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l010xb
Gerson Fernando Budke 3ed1c990dc 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>
2023-11-06 10:14:10 +01:00

14 lines
254 B
Text

# ST Microelectronics STM32L010XX MCU
#
# Copyright (c) 2021 Wouter Cappelle <wouter.cappelle@crodeon.com>
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32L010XB
config SOC
default "stm32l010xb"
config NUM_IRQS
default 30
endif # SOC_STM32L010XB