Remove comment
This commit is contained in:
parent
82bfd0471f
commit
e6a8b33b37
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ void WatchyRTC::read(tmElements_t & tm, int offsetInSeconds) {
|
|||
int minute = tm.Minute;
|
||||
int second = tm.Second;
|
||||
|
||||
// adjust for offset - making some assumptions here: month and year will never change.
|
||||
// adjust for offset
|
||||
second += offsetInSeconds;
|
||||
if (second >= 60 || second < 0) {
|
||||
minute += second / 60;
|
||||
|
|
Loading…
Reference in a new issue