avr: call Motion_Run if enabled.

This commit is contained in:
Martin Preuss
2024-12-17 20:53:37 +01:00
parent a435b995a8
commit a7adf15bf6
2 changed files with 40 additions and 3 deletions

View File

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