mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #6865 from jamesbeyond/greentea_fix
fix greentea-client, require a character input between K-V pairspull/6336/head
						commit
						54ac02b080
					
				| 
						 | 
				
			
			@ -728,6 +728,7 @@ static int gettok(char *out_str, const int str_size) {
 | 
			
		|||
	if (LastChar == '}') {
 | 
			
		||||
		LastChar = greentea_getc();
 | 
			
		||||
		if (LastChar == '}') {
 | 
			
		||||
			LastChar = '!';
 | 
			
		||||
			return tok_close;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue