timesync.cpp: bugfix vtaskdelay
This commit is contained in:
		
							parent
							
								
									f1b7e10f85
								
							
						
					
					
						commit
						9c1a9e9f47
					
				@ -64,8 +64,7 @@ void process_timesync_req(void *taskparameter) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    // wait until we are joined if we are not
 | 
					    // wait until we are joined if we are not
 | 
				
			||||||
    while (!LMIC.devaddr) {
 | 
					    while (!LMIC.devaddr) {
 | 
				
			||||||
      vTaskDelay(3000);
 | 
					      vTaskDelay(pdMS_TO_TICKS(3000));
 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // collect timestamp samples
 | 
					    // collect timestamp samples
 | 
				
			||||||
    for (uint8_t i = 0; i < TIME_SYNC_SAMPLES; i++) {
 | 
					    for (uint8_t i = 0; i < TIME_SYNC_SAMPLES; i++) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user