Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/services/settings/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ backend.

**csi_save_start**
This gets called when starting a save of all current settings using
:c:func:`settings_save()`.
:c:func:`settings_save()` or :c:func:`settings_save_subtree()`.

**csi_save_end**
This gets called after having saved of all current settings using
:c:func:`settings_save()`.
:c:func:`settings_save()` or :c:func:`settings_save_subtree()`.

Zephyr Storage Backends
***********************
Expand Down
Loading