diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-29 14:06:37 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-29 14:06:37 +0300 |
| commit | bb9be4ba9d3d6acb0d8e476654150a4d80b30900 (patch) | |
| tree | 5f1ddf990dc6825cecdf15332ff3582ab0403da8 /Software/Embedded_SW/Embedded/StateMachines | |
| parent | 201b6783f2c04e3646fd030a1f224429d2824ec7 (diff) | |
| download | Tango-bb9be4ba9d3d6acb0d8e476654150a4d80b30900.tar.gz Tango-bb9be4ba9d3d6acb0d8e476654150a4d80b30900.zip | |
fix
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c index 8e66267d0..57da1574b 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c @@ -82,6 +82,7 @@ uint32_t PowerIdleToPowerDownCallBackFunction(uint32_t IfIndex, uint32_t BusyFla } void PowerIdleSetIdle(void) { + int i; Report("PowerIdle Set ",__FILE__,__LINE__,(int)powerIdleSecondsLimit,RpWarning,(int)powerIdleSecondsCounter,0); memcpy (&ActiveProcessParameters,&ProcessParametersKeep,sizeof(ProcessParameters)); ProcessParameters ProcessParametersClear; @@ -131,7 +132,7 @@ void PowerIdleSetIdle(void) { for (i=0;i<MAX_SYSTEM_DISPENSERS;i++) { - IDS_HomeDispenser(i,1000,PowerOffDispenserHomingCallback); + IDS_HomeDispenser(i,1000,NULL); } } |
