diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-06-10 08:46:52 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-06-10 08:46:52 +0300 |
| commit | 9a8b53c838134dca38816aac28b119a14dae05bd (patch) | |
| tree | 42f39c10cbd5008d97d2bec4c66466250b86930b /Software/Embedded_SW/Embedded/Modules/Thread/Thread.h | |
| parent | 755fe04412ec5ae662636863167cc43a5f5e238b (diff) | |
| download | Tango-9a8b53c838134dca38816aac28b119a14dae05bd.tar.gz Tango-9a8b53c838134dca38816aac28b119a14dae05bd.zip | |
First print and some winder improvements
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, 0 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h index db3bfc46e..ba6597449 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread.h @@ -65,8 +65,5 @@ uint32_t MotorPidRequestMessage(HardwarePidControl* request); uint32_t DancerConfigMessage(HardwareDancer * request); -uint32_t ThreadPrepareState(void *JobDetails); -uint32_t Winder_Prepare(void); - #endif //MODULES_THREAD_THREAD_H_ |
