Skip to content

Commit 233afcb

Browse files
rettichschnidiMaureenHelm
authored andcommitted
doc: SETTINGS_REGISTER_STATIC got renamed
Renaming this reference got forgotten in 5f19c81 [subsys/settings: Update bluetooth module] Signed-off-by: Reto Schneider <[email protected]>
1 parent 0856b97 commit 233afcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/settings/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct settings_handler {
125125
/**
126126
* @struct settings_handler_static
127127
* Config handlers without the node element, used for static handlers.
128-
* These are registered using a call to SETTINGS_REGISTER_STATIC().
128+
* These are registered using a call to SETTINGS_STATIC_HANDLER_DEFINE().
129129
*/
130130
struct settings_handler_static {
131131

0 commit comments

Comments
 (0)