aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShai Frieder <Shai.Frieder@twine-s.com>2019-10-07 13:10:29 +0300
committerShai Frieder <Shai.Frieder@twine-s.com>2019-10-07 13:10:29 +0300
commitf6b0a945f86ee91cebd2d6726c06db93cdad0934 (patch)
tree4709cbac40191b5b2fe7002eaf3901041e7023fe /Software/Embedded_SW/Embedded/Main.c
parent032b53897657f88e674d83ae06b76d0ac4d09abc (diff)
downloadTango-f6b0a945f86ee91cebd2d6726c06db93cdad0934.tar.gz
Tango-f6b0a945f86ee91cebd2d6726c06db93cdad0934.zip
fixed IFS WHS pump valve direction
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 6467e2540..69abecd01 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -276,7 +276,7 @@ int main(void)
#endif
#ifndef EVALUATION_BOARD
- WHS_init();
+ //WHS_init();
//IDS_ModuleInit();
Valve_Set(VALVE_MIXCHIP_WASTECH, Mixer_Waste);
#endif