shell: internal api update: wildcards
Mark global wildcard functions with z_ prefix. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
fb6155a242
commit
58c7114c17
4 changed files with 14 additions and 14 deletions
|
@ -316,7 +316,7 @@ const struct shell_static_entry *shell_get_last_command(
|
|||
|
||||
if (IS_ENABLED(CONFIG_SHELL_WILDCARD)) {
|
||||
/* ignore wildcard argument */
|
||||
if (shell_wildcard_character_exist(argv[*match_arg])) {
|
||||
if (z_shell_has_wildcard(argv[*match_arg])) {
|
||||
(*match_arg)++;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue