mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-08-15 04:29:28 +03:00
.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user