diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-01 01:30:55 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-01 01:30:55 +0200 |
| commit | 7e09a1b9f4227e536031a751619869c824a7af35 (patch) | |
| tree | bd1e7a24482a4f56bf86d82bd87c26c8a8b06983 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | |
| parent | fcbfe9a519b9d9d9850e57e08c6033d56ed98e17 (diff) | |
| parent | d02187bd55bc5c24780d567d9221d174b6ec65ce (diff) | |
| download | Tango-7e09a1b9f4227e536031a751619869c824a7af35.tar.gz Tango-7e09a1b9f4227e536031a751619869c824a7af35.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 4 |
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 00ce306cf..5170b7cef 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -726,8 +726,8 @@ uint32_t MillisecLowLoop(uint32_t tick) if (WHS_Type == WHS_TYPE_NEW) { Trigger_WHS_PT100_Read_All(); - WHS_Blower_Avarege_ORF1(); //drier - WHS_Blower_Avarege_ORF3(); //head + WHS_Blower_Avarege(HEAD_FLOW_METER); + WHS_Blower_Avarege(DRIER_FLOW_METER); WHS_Start_Blower_Control_Closed_Loop (); } } |
