aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-22 17:27:30 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-22 17:27:30 +0200
commit1b234fe1217f9ac1bc2869496339a80c98fcf435 (patch)
tree806b6c7f79e70b19a7d79e486b3f1b6e58291bfc /Software/Embedded_SW/Embedded/Modules/Control
parent15721dfb1e5f145064ed7b5ff7bb29953ed4c130 (diff)
downloadTango-1b234fe1217f9ac1bc2869496339a80c98fcf435.tar.gz
Tango-1b234fe1217f9ac1bc2869496339a80c98fcf435.zip
file operation stub and handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 5785bafe4..68bd680a8 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
@@ -501,6 +501,7 @@ uint32_t MillisecLoop(uint32_t tick)
for (Disp_i = 0;Disp_i < MAX_SYSTEM_DISPENSERS;Disp_i++)
{
CalculateDispenserPressure(Disp_i);
+ Read_MidTank_Pressure_Sensor(Disp_i);
}
FPGA_GetAllDispensersValveBusyOCD();
DrawerFansStatus = Read_Fans_Tacho();