aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-08-02 12:44:48 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-08-02 12:44:48 +0300
commit8341015db09be9aa52f7b349792ecaa394d73680 (patch)
tree768b33719802357782e270b37d38cfdf7ef03b2a /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parent9b8bd5cac01ad553ebbda9b1b40be1bcd535c47e (diff)
parent8a5c623fd4e3247b4b24f430c14725f7a9986433 (diff)
downloadTango-8341015db09be9aa52f7b349792ecaa394d73680.tar.gz
Tango-8341015db09be9aa52f7b349792ecaa394d73680.zip
head type name change
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 27fc8a707..242bdc3ce 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -621,7 +621,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
//ROM_IntMasterDisable();
int StartPT100 = 0;
//Screw_ENC_Velocity_to_DAC(); - for testing the screw enc
- if (Head_Type > HEAD_TYPE_SYLKO_WITHOUT_CARD)
+ if (Head_Type > HEAD_TYPE_FLAT_WITHOUT_CARD)
StartPT100 = TEMP_SENSE_ANALOG_DRYER_TEMP1;
if (Ten_msTick)
{