avr: fixed a bug (was not calling sysOnEveryDay)

This commit is contained in:
Martin Preuss
2025-06-26 00:18:33 +02:00
parent 68ee246216
commit 850975a85b
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ Clock_Every100ms_inc1h:
Clock_Every100ms_1d:
clr r16
sts clockModuleCounterHours, r16
rcall onEveryDay
rcall sysOnEveryDay
ret
; @end