shell: internal api update: fprintf
Add z_ prefix to internal fprintf functions and macros. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
fc1b5de4c3
commit
460995c810
10 changed files with 70 additions and 82 deletions
|
@ -86,7 +86,7 @@ void shell_spaces_trim(char *str);
|
|||
|
||||
static inline void transport_buffer_flush(const struct shell *shell)
|
||||
{
|
||||
shell_fprintf_buffer_flush(shell->fprintf_ctx);
|
||||
z_shell_fprintf_buffer_flush(shell->fprintf_ctx);
|
||||
}
|
||||
|
||||
void shell_cmd_trim(const struct shell *shell);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue