shell: internal api update in shell.h

Add Z_ prefix for internal macros.
Remove obsolete defines.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
Jakub Rzeszutko 2020-12-07 12:32:18 +01:00 committed by Carles Cufí
commit 52c999210f
3 changed files with 11 additions and 14 deletions

View file

@ -310,7 +310,7 @@ const struct shell_static_entry *shell_get_last_command(
{
const struct shell_static_entry *prev_entry = NULL;
*match_arg = SHELL_CMD_ROOT_LVL;
*match_arg = Z_SHELL_CMD_ROOT_LVL;
while (*match_arg < argc) {