12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
|
# Nordic Semiconductor nRF54L15 MCU
|
||
|
|
||
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_NRF54L15_CPUFLPR
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 287
|
||
|
|
||
|
endif # SOC_NRF54L15_CPUFLPR
|