aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorShai Frieder <Shai.Frieder@twine-s.com>2020-01-13 17:01:41 +0200
committerShai Frieder <Shai.Frieder@twine-s.com>2020-01-13 17:01:41 +0200
commit3e2ab97457a5d7c876567ddbf28a93165833e12f (patch)
tree32be78ba1418d178f305039445a1b9cdd9a00bc1 /Software/Embedded_SW/Embedded/Modules/Control
parentc4c82bca3448b47f9f27bf91cf9760fefbfcf995 (diff)
parentfd0d8d7668aefea359dad4d7737bb4c71344a292 (diff)
downloadTango-3e2ab97457a5d7c876567ddbf28a93165833e12f.tar.gz
Tango-3e2ab97457a5d7c876567ddbf28a93165833e12f.zip
merge
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 5cccc5b45..cd40afd9c 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -648,7 +648,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
for (Sensor_i = 0;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++)
#endif
{
- MillisecReadFromTempSensor(Sensor_i, NULL);
+ // MillisecReadFromTempSensor(Sensor_i, NULL);
}
}
if (Hundred_msTick)
@@ -691,7 +691,7 @@ uint32_t MillisecLowLoop(uint32_t tick)
DispensersCollectionCall();
#ifdef Use_Head_Card
- Head_Read_IO_Reg(0x46, HIGH);//READ HEAD CARD LS
+ //Head_Read_IO_Reg(0x46, HIGH);//READ HEAD CARD LS
#endif
}