avr: added comonuart1.

This commit is contained in:
Martin Preuss
2025-06-29 22:32:43 +02:00
parent cfc7dc6320
commit 6383d18e0e
6 changed files with 734 additions and 26 deletions

View File

@@ -77,6 +77,10 @@ initModules:
bigcall ComOnUart0_Init
#endif
#ifdef MODULES_COMONUART1
bigcall ComOnUart1_Init
#endif
#ifdef MODULES_MOTION
bigcall Motion_Init
#endif
@@ -194,6 +198,10 @@ runModules_ComEnd:
bigcall ComOnUart0_Run
#endif
#ifdef MODULES_COMONUART1
bigcall ComOnUart1_Run
#endif
#ifdef MODULES_STATS
bigcall Stats_Run
#endif
@@ -215,6 +223,7 @@ runModules_ComEnd:
; rcall TCRT1K_Run
#endif
; add more modules here
ret