avr: handle ma_light module in main module.
This commit is contained in:
10
avr/main.asm
10
avr/main.asm
@@ -158,6 +158,11 @@ initModules:
|
||||
rcall Motion_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_MOTION_LIGHT
|
||||
rcall MotionLight_Init
|
||||
#endif
|
||||
|
||||
|
||||
; done
|
||||
ret
|
||||
|
||||
@@ -211,6 +216,11 @@ runModules_ComEnd:
|
||||
rcall Motion_Run
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_MOTION_LIGHT
|
||||
; rcall MotionLight_Run
|
||||
#endif
|
||||
|
||||
; add more modules here
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user