zephyr/tests/subsys/settings/functional/fcb/chosen.overlay

14 lines
172 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,settings-partition = &storage_partition;
};
};
&storage_partition {
label = "chosen_partition";
};