aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-07-04 11:25:10 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-07-04 11:25:10 +0300
commit20310eb98a85ef1b4908c0d7b482f089c5a81bfb (patch)
treefec538087e0b82284597aa6c1c9a205f3bd0d680 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
parent3e11b6594d73eb3e7eda93920ecef942f4c301c4 (diff)
downloadTango-20310eb98a85ef1b4908c0d7b482f089c5a81bfb.tar.gz
Tango-20310eb98a85ef1b4908c0d7b482f089c5a81bfb.zip
FS_SPD inmotors handled. some bugs ahndling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h2
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 b7401c77f..4a7f1144c 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
@@ -23,7 +23,7 @@ uint32_t ThreadInitialTestStub();
//uint32_t MotorPidRequestMessage(HardwarePidControl* request);
uint32_t Winder_Init(void);
uint32_t Winder_Prepare(void);
-uint32_t Winder_Presegment(void *JobDetails);
+uint32_t Winder_Presegment(void *JobDetails, uint32_t SegmentId);
uint32_t Winder_End(void);