diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-22 17:27:30 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-22 17:27:30 +0200 |
| commit | 1b234fe1217f9ac1bc2869496339a80c98fcf435 (patch) | |
| tree | 806b6c7f79e70b19a7d79e486b3f1b6e58291bfc /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 15721dfb1e5f145064ed7b5ff7bb29953ed4c130 (diff) | |
| download | Tango-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.c | 1 |
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(); |
