Merge pull request #290 from cyberman54/development
timekeeper.cpp if482 bugfix
This commit is contained in:
commit
87e0662ea8
@ -214,7 +214,7 @@ void clock_loop(void *taskparameter) { // ClockTask
|
||||
|
||||
#if defined HAS_IF482
|
||||
|
||||
IF482_Pulse(nextsec(t));
|
||||
IF482_Pulse(t);
|
||||
|
||||
#elif defined HAS_DCF77
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user