mirror of https://github.com/ARMmbed/mbed-os.git
GreenTea: Fix inconsistenet Greentea KV message
parent
13efd1af38
commit
48d78c6374
|
@ -740,6 +740,7 @@ static int gettok(char *out_str, const int str_size) {
|
||||||
if (LastChar == '}') {
|
if (LastChar == '}') {
|
||||||
LastChar = greentea_getc();
|
LastChar = greentea_getc();
|
||||||
if (LastChar == '}') {
|
if (LastChar == '}') {
|
||||||
|
greentea_getc(); //offset the extra '\n' send by Greentea python tool
|
||||||
LastChar = '!';
|
LastChar = '!';
|
||||||
return tok_close;
|
return tok_close;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue