avr: activate module ds3231

This commit is contained in:
Martin Preuss
2026-03-15 20:21:57 +01:00
parent b6f710bd8b
commit 2a76e82923
3 changed files with 32 additions and 0 deletions

View File

@@ -240,6 +240,10 @@ sysOnEveryMinute:
bigcall CCS811_OnEveryMinute
#endif
#ifdef MODULES_DS3231
bigcall Ds3231_OnEveryMinute
#endif
bigjmp onEveryMinute
; @end