aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-07-30 17:13:20 +0300
committerAvi Levkovich <avi@twine-s.com>2020-07-30 17:13:20 +0300
commit657b300c5f28c2cbf93ed66b0c315f9fb72caa08 (patch)
tree3dc5f35587935713b3f1d3983ff802b218849707 /Software/Embedded_SW/Embedded/StateMachines
parentbf989bcfa848e20f8bd27aa71acc2fbdee38f57b (diff)
downloadTango-657b300c5f28c2cbf93ed66b0c315f9fb72caa08.tar.gz
Tango-657b300c5f28c2cbf93ed66b0c315f9fb72caa08.zip
Fix bug in the function HeadCard_Actuators_Stub
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
index dfd9ffaa5..776d55080 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
@@ -409,7 +409,7 @@ uint32_t PowerOffWaitForTemperatureCallback(uint32_t IfIndex, uint32_t BusyFlag)
readTemp = MillisecGetTemperatures(HEAD_PT100_ZONE_12_0X8A_1);
if ((readTemp>= MaxTemp)&&(readTemp < 27000)) MaxTemp = readTemp;
}
- if (Head_Type == HEAD_TYPE_STAPLE_SPUN)
+ if (Head_Type == HEAD_TYPE_ARC)
{
readTemp = MillisecGetTemperatures( HEAD_PT100_MIXER_0X8E_0);
if ((readTemp>= MaxTemp)&&(readTemp < 27000)) MaxTemp = readTemp;