avr: activate module ds3231
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user