diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-19 11:34:15 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-19 11:34:15 +0300 |
| commit | fe215faef185c1f32c9fb2b606ac22b0068c34c2 (patch) | |
| tree | fe61cbd43b4524e3edc4d46e41de56804e9e31ff /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h | |
| parent | c42c8cfa5201ea01eee9b561f4bb972c1943cab9 (diff) | |
| parent | de5d4906184cff4f16f92864d03af9d7c41231d7 (diff) | |
| download | Tango-fe215faef185c1f32c9fb2b606ac22b0068c34c2.tar.gz Tango-fe215faef185c1f32c9fb2b606ac22b0068c34c2.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h index 2aa0b220a..a725468e9 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h @@ -13,7 +13,6 @@ #include "PMR/Printing/JobSpoolType.pb-c.h" #include "drivers/Motors/Motor.h" -#include "drivers/SSI_Comm/ssi_comm.h" #include "thread_ex.h" @@ -39,7 +38,7 @@ extern HardwarePidControlType ThreadMotorIdToControlId[MAX_THREAD_MOTORS_NUM]; extern bool BreakSensorenabled; extern int32_t BreakSensordebouncetimemilli; -extern HardwareMotor MotorsCfg[NUM_OF_MOTORS]; +//extern MotorDriverConfigStruc MotorsCfg[NUM_OF_MOTORS]; extern HardwarePidControl MotorsControl[MAX_THREAD_MOTORS_NUM]; //extern InternalWinderConfigStruc InternalWinderCfg; extern HardwareDancer DancersCfg[MAX_SYSTEM_DANCERS]; |
