aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-03-10 12:13:12 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-03-10 12:13:12 +0200
commitdb525669f8bcc4e1f911274dc53b6bf646eedff6 (patch)
treeddde12b97662f2c2e191c50e9d6c4b1d7bec0fa2 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parentabc70316f80a9cb05b320828051bb7dcbfeaad1b (diff)
downloadTango-db525669f8bcc4e1f911274dc53b6bf646eedff6.tar.gz
Tango-db525669f8bcc4e1f911274dc53b6bf646eedff6.zip
suspend FAN checking pending tests. initial fix for dispensers storage
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-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 8e4a36e62..5fe242436 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -499,9 +499,9 @@ uint32_t MillisecLowLoop(uint32_t tick)
//Read_MidTank_Pressure_Sensor(Disp_i);
}
FPGA_GetAllDispensersValveBusyOCD();
- temp = Read_Fans_Tacho();
+ /*temp = Read_Fans_Tacho();
DrawerFansStatus = temp & 0x1F;
- SystemFansStatus = temp & 0xE0;
+ SystemFansStatus = temp & 0xE0;*/
KeepAliveOneSecondCall();
for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++)
{