mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 17:55:21 +00:00
The number of IRQs for the g070 is 30, not 32. Signed-off-by: Eric Hay <EHay@sierrawireless.com>
17 lines
235 B
Plaintext
17 lines
235 B
Plaintext
# STMicroelectronics STM32G070xx MCU
|
|
|
|
# Copyright (c) 2019 Sierra Wireless
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_STM32G070XX
|
|
|
|
config SOC
|
|
string
|
|
default "stm32g070xx"
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 30
|
|
|
|
endif # SOC_STM32G070XX
|