Skip to content

Commit 95251fe

Browse files
authored
Merge pull request #49 from cmalan-lha/settings-store
Load only BACnet settings
2 parents 6932a43 + b66770e commit 95251fe

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)