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

@@ -205,6 +205,9 @@ initModules:
bigcall Brightness_Init
#endif
#ifdef MODULES_DS3231
bigcall Ds3231_Init
#endif
; done
ret
@@ -332,6 +335,20 @@ mainModulesOnPacketReceived:
#endif
#ifdef MODULES_DS3231
#ifdef MODULES_NETWORK
bigcall Ds3231_OnPacketReceived
#endif
#endif
#ifdef MODULES_DS3231
#ifdef MODULES_NETWORK
bigcall Ds3231_OnPacketReceived
#endif
#endif
; add more here
ret