diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-05 10:43:01 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-05 10:43:01 +0200 |
| commit | f40acd728957df61aad7fc0be2801ba8084b65fb (patch) | |
| tree | 4dfa8bfcd75268383125144363d0ffb525245f94 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | 32304a49a0fd711149e8f7f08ac2fc5991387170 (diff) | |
| parent | 574f075256fbadd2dadb769c5aff5ebfd6dedd56 (diff) | |
| download | Tango-f40acd728957df61aad7fc0be2801ba8084b65fb.tar.gz Tango-f40acd728957df61aad7fc0be2801ba8084b65fb.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c index 229b86cac..91f655171 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -458,7 +458,7 @@ uint32_t ThreadControlCBFunction(uint32_t IfIndex, uint32_t ReadValue) //extern int MotorSamplePointer[MAX_THREAD_MOTORS_NUM]; //read value is the dancer angle - int i,index=MAX_THREAD_MOTORS_NUM; + int i,index=MAX_THREAD_MOTORS_NUM,len; //int len; int DancerId; int32_t TranslatedReadValue, avreageSampleValue = 0;//,avreageMotorSampleValue = 0; |
