mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merging changes from ATParser got AT parser unification
							parent
							
								
									7ffa3ddaaf
								
							
						
					
					
						commit
						3e1459b691
					
				| 
						 | 
				
			
			@ -399,7 +399,7 @@ bool ATCmdParser::process_oob()
 | 
			
		|||
 | 
			
		||||
        // Check for oob data
 | 
			
		||||
        struct oob *oob = _oobs;
 | 
			
		||||
        while ( oob ) {
 | 
			
		||||
        while (oob) {
 | 
			
		||||
            if (i == (int)oob->len && memcmp(
 | 
			
		||||
                    oob->prefix, _buffer, oob->len) == 0) {
 | 
			
		||||
                debug_if(_dbg_on, "AT! %s\r\n", oob->prefix);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue