aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines/Initialization
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2021-01-05 13:18:52 +0200
committerShlomo Hecht <shlomo@twine-s.com>2021-01-05 13:18:52 +0200
commit8f59ef6ef5aa1c4f9d5fc19fc26df4b92fe5662c (patch)
tree3a36866252498281b11fad577011f59c4e7e3cf4 /Software/Embedded_SW/Embedded/StateMachines/Initialization
parent13f07d2e0c0543a76f44fbaa4b4016f267a72808 (diff)
downloadTango-8f59ef6ef5aa1c4f9d5fc19fc26df4b92fe5662c.tar.gz
Tango-8f59ef6ef5aa1c4f9d5fc19fc26df4b92fe5662c.zip
PBU in pre-run preparations
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines/Initialization')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
index b5ebdee17..a77b22c47 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c
@@ -484,11 +484,9 @@ uint32_t PowerOffTurnOffDryerFan(void)
int i;
Control_Dryer_Fan(STOP,75);//use START or STOP, 0 - 100%
PowerOffMachineState++;
- if (Special_Dispensers == false)
- {
- for (i=0;i<MAX_SYSTEM_DISPENSERS;i++)
- Control3WayValvesWithCallback ((Valves_t)i, Dispenser_Mixer, NULL); //direction: MidTank_Dispenser or Dispenser_Mixer
- }
+
+ for (i=0;i<MAX_SYSTEM_DISPENSERS;i++)
+ Control3WayValvesWithCallback ((Valves_t)i, Dispenser_Mixer, NULL); //direction: MidTank_Dispenser or Dispenser_Mixer
//TBD
return OK;