1# STMicroelectronics STM32C031xx MCU
2
3# Copyright (c) 2023 Benjamin Björnsson <benjamin.bjornsson@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_STM32C031XX
7
8config NUM_IRQS
9	default 29
10
11endif # SOC_STM32C031XX
12