avr: started adding COM2WN module.

This commit is contained in:
Martin Preuss
2025-08-04 22:28:49 +02:00
parent 32bd3bc2f9
commit 0dc4a3a952
4 changed files with 36 additions and 5 deletions

View File

@@ -148,6 +148,11 @@ onSystemTimerTick:
bigcall COM2W1_Periodically
#endif
#ifdef MODULES_COM2WN
bigcall COM2WN_Periodically
#endif
#ifdef MODULES_TCRT1000
bigcall TCRT1K_Every100ms
#endif