shell: documentation update
Updated documantation in regards to new shell printing strategy. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
ce6be8600b
commit
4c3bcbafef
2 changed files with 6 additions and 33 deletions
|
@ -1212,6 +1212,7 @@ void shell_thread(void *shell_handle, void *arg_log_backend,
|
|||
}
|
||||
|
||||
while (true) {
|
||||
/* waiting for all signals except SHELL_SIGNAL_TXDONE */
|
||||
err = k_poll(shell->ctx->events, SHELL_SIGNAL_TXDONE,
|
||||
K_FOREVER);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue