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:
parent
14022083b2
commit
52c999210f
3 changed files with 11 additions and 14 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue