diff options
| author | Ronen Sberlo <ronen.s@twine-s.com> | 2020-09-01 16:03:56 +0300 |
|---|---|---|
| committer | Ronen Sberlo <ronen.s@twine-s.com> | 2020-09-01 16:03:56 +0300 |
| commit | 1eb9fc645cf7ac5fc97192419760956bb5219b83 (patch) | |
| tree | 6555a372e2e98dfe19a2cbff7e182928b0683cee /Software/Embedded_SW/Embedded/StateMachines/Initialization | |
| parent | ec6c0c9a6af3d65956e6974e515c35aeee5045cc (diff) | |
| download | Tango-1eb9fc645cf7ac5fc97192419760956bb5219b83.tar.gz Tango-1eb9fc645cf7ac5fc97192419760956bb5219b83.zip | |
remove old whs module
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines/Initialization')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c | 1 | ||||
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c index f6d825c20..45f80f913 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c @@ -27,7 +27,6 @@ #include "modules/heaters/heaters_ex.h" #include "modules/Diagnostics/Diagnostics.h" #include "Modules/General/process.h" -#include "Modules/Waste/Waste.h" #include "modules/General/process.h" #include "StateMachines/Printing/PrintingSTM.h" diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c index 4577a7c55..15f363b9a 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c @@ -15,7 +15,6 @@ #include "modules/General/GeneralHardware.h" #include "modules/General/Safety.h" #include "modules/thread/thread.h" -#include "modules/waste/waste.h" #include "modules/ids/ids.h" #include "modules/control/control.h" #include "modules/AlarmHandling/AlarmHandling.h" |
