diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-08-02 12:44:48 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-08-02 12:44:48 +0300 |
| commit | 8341015db09be9aa52f7b349792ecaa394d73680 (patch) | |
| tree | 768b33719802357782e270b37d38cfdf7ef03b2a /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | |
| parent | 9b8bd5cac01ad553ebbda9b1b40be1bcd535c47e (diff) | |
| parent | 8a5c623fd4e3247b4b24f430c14725f7a9986433 (diff) | |
| download | Tango-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.c | 2 |
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) { |
