diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-25 12:08:51 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-25 12:08:51 +0200 |
| commit | 2dacdcac10595cc138458dfa6988951e71172f46 (patch) | |
| tree | 0d4941786d4068728cd7693e8a21744066784a97 /Software/Embedded_SW/Embedded/StateMachines | |
| parent | 978439fe882ef59b63fb1b1450bd615f707214c9 (diff) | |
| parent | 97beabc887778926570c286bcedbb2480fd59921 (diff) | |
| download | Tango-2dacdcac10595cc138458dfa6988951e71172f46.tar.gz Tango-2dacdcac10595cc138458dfa6988951e71172f46.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c index 4e6a4b112..a71afc4cd 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c @@ -515,10 +515,6 @@ uint32_t InitSequenceInitialBlowerActivation(void) { InitSequenceWHSAirFlowCalibration(); } - if (Head_Type == HEAD_TYPE_ARC) - { - InitSequenceArcAirflowCalibration(); - } Voc_Sensor_Zero_Calibration(); SetMachineState(MACHINE_STATE_INITIAL_BLOWER_ACTIVATION); |
