avr: added module ds1307.

This commit is contained in:
Martin Preuss
2026-04-27 00:39:02 +02:00
parent 14edff1369
commit accc7d41a2
9 changed files with 438 additions and 0 deletions

View File

@@ -207,6 +207,10 @@ modulesInit:
bigcall Ds3231_Init
#endif
#ifdef MODULES_DS1307
bigcall Ds1307_Init
#endif
; done
ret
; @end