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:
Jakub Rzeszutko 2019-01-29 11:41:08 +01:00 committed by Carles Cufí
commit 4c3bcbafef
2 changed files with 6 additions and 33 deletions

View file

@ -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);