1# STMicroelectronics STM32G070xx MCU 2 3# Copyright (c) 2019 Sierra Wireless 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_STM32G070XX 7 8config NUM_IRQS 9 default 30 10 11endif # SOC_STM32G070XX 12