Fix: In commit 8cbafaa cmd_tokenize() has changed. Missed that it also used

outside cmd_parser.c.
Fix the other location and headerfile.
This commit is contained in:
René van Dorst
2026-04-21 21:17:22 +02:00
parent 016061d8db
commit d2e79d4d80
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -1191,6 +1191,7 @@ err:
// Parse command into words
// cmd_words_len contains the number of words found.
// cmd_words_b[] contains only start of a word offset.
// Returns the parsing status via `err_status`-variable.
void cmd_tokenize(void) __banked
{
#ifdef DEBUG