1# ST Microelectronics STM32L010XX MCU 2# 3# Copyright (c) 2021 Wouter Cappelle <wouter.cappelle@crodeon.com> 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_STM32L010XB 7 8config NUM_IRQS 9 default 30 10 11endif # SOC_STM32L010XB 12