Skip to content

Commit b66770e

Browse files
committed
load only BACnet settings
Use bacnet_storage_handler.name
1 parent 6932a43 commit b66770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/subsys/bacnet_settings/bacnet_storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ int bacnet_storage_load(void)
249249
{
250250
int rc = 0;
251251

252-
rc = settings_load();
252+
rc = settings_load_subtree(bacnet_storage_handler.name);
253253
if (rc) {
254254
LOG_ERR("settings_load failed (err %d)", rc);
255255
return rc;

0 commit comments

Comments
 (0)