We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1ff8d commit 23ef49bCopy full SHA for 23ef49b
subsys/shell/shell_log_backend.c
@@ -32,7 +32,7 @@ void z_shell_log_backend_enable(const struct shell_log_backend *backend,
32
if (err == 0) {
33
log_backend_enable(backend->backend, ctx, init_log_level);
34
log_output_ctx_set(backend->log_output, ctx);
35
- backend->control_block->dropped_cnt = 0;
+ backend->control_block->dropped_cnt = 0;
36
backend->control_block->state = SHELL_LOG_BACKEND_ENABLED;
37
}
38
0 commit comments