aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-02-18 23:26:05 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-02-18 23:26:05 +0200
commitff9d1f9c4e6b9ab3bdd96b7e4f526773023782c5 (patch)
tree0add6963d41bd25768f4e5f2329b60d30cd9c4d8 /Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
parentbe3343cc0268179c7a6f628fa5e68f323a3335e5 (diff)
downloadTango-ff9d1f9c4e6b9ab3bdd96b7e4f526773023782c5.tar.gz
Tango-ff9d1f9c4e6b9ab3bdd96b7e4f526773023782c5.zip
load button connected to load functions
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
index 87478d9cb..e89dc4c6d 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/ThreadLoad.c
@@ -35,7 +35,7 @@
//#include <stdint.h>
//#include <stdbool.h>
- typedef enum
+/* typedef enum
{
THREAD_LOAD_INIT,
THREAD_LOAD_REDUCE_HEAT, //HEATERS OFF, DRYER BLOWER OFF, BLOWER LOW,
@@ -54,7 +54,7 @@
//KEEP NOTATION HOW MANY ROTATIONS IN THE DRYER
THREAD_LOAD_JOG_THREAD, //JOG THREAD SHORTLY TO MAKE SURE SPOOL IS RUNNING. REPORT END OF LOADING
THREAD_LOAD_END
- }THREAD_LOAD_STAGES_ENUM;
+ }THREAD_LOAD_STAGES_ENUM;*/
THREAD_LOAD_STAGES_ENUM LoadStages = THREAD_LOAD_INIT;
ProcessParameters ProcessParametersClear,ProcessParametersRecover;
uint8_t NumberOfDrierLoaderCycles = 0;