added com2wi2 (will become com2wi later).
This commit is contained in:
@@ -134,6 +134,12 @@
|
||||
|
||||
|
||||
|
||||
#ifdef MODULES_COM2WI
|
||||
.include "modules/com2w/com2wi2.asm"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#ifdef MODULES_UARTFD0
|
||||
.include "modules/uart_fd/defs.asm"
|
||||
.include "modules/uart_fd/macros.asm"
|
||||
|
||||
@@ -117,6 +117,10 @@ initModules:
|
||||
bigcall COM2WN_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_COM2WI
|
||||
bigcall COM2WI_Init
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_MOTION
|
||||
bigcall Motion_Init
|
||||
@@ -281,6 +285,13 @@ runModules:
|
||||
sbci r16, 0
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_COM2WI
|
||||
push r16
|
||||
bigcall COM2WI_Run
|
||||
pop r16
|
||||
sbci r16, 0
|
||||
#endif
|
||||
|
||||
; add more modules here
|
||||
|
||||
; check for repeat request
|
||||
|
||||
1107
avr/modules/com2w/com2wi2.asm
Normal file
1107
avr/modules/com2w/com2wi2.asm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user