Skip to content

Commit

Permalink
fixup! sys: add runtime configuration registry
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
LasseRosenow committed Apr 12, 2024
1 parent 5675174 commit 845bf27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ typedef const enum {
} registry_commit_cb_scope_t;

/**
* @brief Callback must be implemented by modules / drivers that integrate a configuration schema.
* This callback is called when the registry notifies the module / driver, that a configuration
* @brief The callback must be implemented by modules that integrate a configuration schema.
* This callback is called when the registry notifies the module, that a configuration
* parameter has changed.
*
* @param[in] scope Scope of what will be committed (a parameter, a group or the whole instance).
Expand Down

0 comments on commit 845bf27

Please sign in to comment.