This commit is contained in:
Edward Emelianov
2026-08-04 19:35:32 +03:00
parent 970d73dc38
commit 40d0605218
6 changed files with 30 additions and 19 deletions

View File

@@ -165,7 +165,7 @@ static errcodes_t cmd_testm(const char*, char *args){
ok = false;
}
if(!ok) return ERR_BADVAL;
SEND("TIME=");
SEND("TIMEus=");
SEND(u2str(elapsed));
SEND("\n");
return ERR_AMOUNT;
@@ -193,7 +193,7 @@ static errcodes_t cmd_testc(const char*, char *args){
ok = false;
}
if(!ok) return ERR_BADVAL;
SEND("TIME=");
SEND("TIMEus=");
SEND(u2str(elapsed));
SEND("\n");
return ERR_AMOUNT;