timekeeper.cpp bugfix dcf77 frame
This commit is contained in:
		
							parent
							
								
									ae9117301e
								
							
						
					
					
						commit
						a3b7e95e7a
					
				| @ -190,7 +190,7 @@ void clock_loop(void *taskparameter) { // ClockTask | ||||
|   // due to concurrent access to i2c bus for setting rtc via SyncProvider!
 | ||||
| 
 | ||||
| #define nextsec(t) (t + 1)                    // next second
 | ||||
| #define nextmin(t) (t + SECS_PER_MIN + 1) // next minute
 | ||||
| #define nextmin(t) (t + DCF77_FRAME_SIZE + 1) // next minute
 | ||||
| 
 | ||||
|   uint32_t printtime; | ||||
|   time_t t = *((time_t *)taskparameter); // UTC time seconds
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user