mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	Update SDK to 1.5.3
This commit is contained in:
		@@ -114,7 +114,7 @@ tcp_timer_needed(void)
 | 
			
		||||
 *
 | 
			
		||||
 * @param arg unused argument
 | 
			
		||||
 */
 | 
			
		||||
/*
 | 
			
		||||
 | 
			
		||||
static void ICACHE_FLASH_ATTR
 | 
			
		||||
tcp_timer_coarse(void *arg)
 | 
			
		||||
{
 | 
			
		||||
@@ -123,7 +123,7 @@ tcp_timer_coarse(void *arg)
 | 
			
		||||
  tcp_tmr();
 | 
			
		||||
  sys_timeout(TCP_TMR_INTERVAL, tcp_timer_coarse, NULL);
 | 
			
		||||
}
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#endif /* LWIP_TCP */
 | 
			
		||||
 | 
			
		||||
#if IP_REASSEMBLY
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user