diff --git a/avr/main.asm b/avr/main.asm index 3a2780d..a9f34c2 100644 --- a/avr/main.asm +++ b/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