aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-09-29 14:06:37 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-09-29 14:06:37 +0300
commitbb9be4ba9d3d6acb0d8e476654150a4d80b30900 (patch)
tree5f1ddf990dc6825cecdf15332ff3582ab0403da8 /Software/Embedded_SW/Embedded/StateMachines
parent201b6783f2c04e3646fd030a1f224429d2824ec7 (diff)
downloadTango-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.c3
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);
}
}