avr: call Motion_Run if enabled.
This commit is contained in:
@@ -219,6 +219,15 @@ runModules_ComEnd:
|
||||
rcall Ds18b20_Run
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_MOTION
|
||||
rcall Motion_Run
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_MOTION_LIGHT
|
||||
; rcall MotionLight_Run
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_TCRT1000
|
||||
rcall TCRT1K_Run
|
||||
|
||||
Reference in New Issue
Block a user