mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13247 from jamesbeyond/greentea_fix
GreenTea: Fix inconsistency of Greentea KV messagepull/13229/head
commit
a2b79803af
|
|
@ -740,6 +740,7 @@ static int gettok(char *out_str, const int str_size) {
|
|||
if (LastChar == '}') {
|
||||
LastChar = greentea_getc();
|
||||
if (LastChar == '}') {
|
||||
greentea_getc(); //offset the extra '\n' send by Greentea python tool
|
||||
LastChar = '!';
|
||||
return tok_close;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue