added com2wi2 (will become com2wi later).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user