avr: handle ma_light module in main module.

This commit is contained in:
Martin Preuss
2024-11-03 15:32:46 +01:00
parent 4c88c15874
commit e847130f0c

View File

@@ -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