diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-06-17 13:53:39 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-06-17 13:53:39 +0300 |
| commit | 55387f5654403fff0ca3173f5bfcd69a12825ed8 (patch) | |
| tree | c44a89f97a7fb1495eb20ef383f74fc064864c9b /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | |
| parent | 401131666124c2df283fb66db80a24843b8115fa (diff) | |
| download | Tango-55387f5654403fff0ca3173f5bfcd69a12825ed8.tar.gz Tango-55387f5654403fff0ca3173f5bfcd69a12825ed8.zip | |
preparation for sample winding, preparation for work with FLASH instead of FFS
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h index 9d773c1af..81fa33ef2 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h @@ -42,7 +42,7 @@ uint32_t LoadDancerConfigMessage(void); //uint32_t MotorPidRequestMessage(HardwarePidControl* request); uint32_t Winder_Init(void); -uint32_t Winder_Prepare(void); +uint32_t Winder_Prepare(void *JobDetails); uint32_t Winder_Presegment(void *JobDetails, uint32_t SegmentId); uint32_t WinderDistanceToSpoolState(void ); uint32_t Winder_End(void); |
