Commit graph

3 commits

Author SHA1 Message Date
outfoxxed
9555b201fe
core/clock: fix instability causing timer to fire multiple times
If the signal was fired slightly before the scheduled time, it would
schedule itself again a couple ms in the future.
2024-07-31 23:09:39 -07:00
outfoxxed
a4903eaefc
core/clock: fix breakage at midnight
The difference between 23:59 and 00:00 is -23:59, not 00:01.
2024-07-31 01:51:53 -07:00
outfoxxed
76744c903a
core/clock: add SystemClock 2024-07-30 23:24:54 -07:00