9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
|
# Copyright (c) 2022 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_INIT_PRIORITY
|
||
|
int "Board initialization priority"
|
||
|
default 45
|
||
|
help
|
||
|
Board initialization priority.
|