GreenTea: Fix inconsistenet Greentea KV message

pull/13247/head
Qinghao Shi 2020-07-08 09:24:55 +01:00
parent 13efd1af38
commit 48d78c6374
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}