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
|
rcall Motion_Init
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MODULES_MOTION_LIGHT
|
||||||
|
rcall MotionLight_Init
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
; done
|
; done
|
||||||
ret
|
ret
|
||||||
|
|
||||||
@@ -211,6 +216,11 @@ runModules_ComEnd:
|
|||||||
rcall Motion_Run
|
rcall Motion_Run
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef MODULES_MOTION_LIGHT
|
||||||
|
; rcall MotionLight_Run
|
||||||
|
#endif
|
||||||
|
|
||||||
; add more modules here
|
; add more modules here
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user