Обновление

This commit is contained in:
cfif 2025-12-18 14:23:30 +03:00
parent 916e50c6a5
commit 6df6ceea89
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ bool CliCmd_HasCompleteLine(tCliCmd *env) {
--env->rxLine.length;
}
CliCmd_Print(env, CliCmd_RxLineBegin(env), CliCmd_RxLineLength(env));
return true;
}
void CliCmd_Print(tCliCmd *cli, char *text, uint16_t len) {