1 /*
2  * Copyright (c) 2023 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef NSI_COMMON_SRC_NSI_CONFIG_H
8 #define NSI_COMMON_SRC_NSI_CONFIG_H
9 
10 #ifndef NSI_N_CPUS
11 #define NSI_N_CPUS 1
12 #endif
13 
14 #endif /* NSI_COMMON_SRC_NSI_CONFIG_H */
15