aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-01 14:12:01 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-01 14:12:01 +0200
commit4c8c314504a2280a1ee4c48c0eb6132504dde886 (patch)
tree56173d3e9b6bd1264746255580db15ba94087670 /Software/Embedded_SW/Embedded/Modules/Control
parent07cc6f6c59a1965f21ef92e6c2b4b3077199a364 (diff)
parent878263a04f7851c3cfe89f474349dfdf90553da1 (diff)
downloadTango-4c8c314504a2280a1ee4c48c0eb6132504dde886.tar.gz
Tango-4c8c314504a2280a1ee4c48c0eb6132504dde886.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
index 00ce306cf..da4f04f3b 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 ();
}
}
@@ -978,7 +978,7 @@ void MillisecLogInit(void)
if (FileHandle == 0)
Fresult = FR_DENIED;
else
- Fresult = f_open(FileHandle,MillisecPath,FA_WRITE | FA_OPEN_ALWAYS);
+ Fresult = f_open(FileHandle,MillisecPath,FA_WRITE | FA_OPEN_ALWAYS|FA_CREATE_ALWAYS);
ROM_IntMasterEnable();
return ;