diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-12 17:48:01 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-03-12 17:48:01 +0200 |
| commit | d76fc5e1d3172a255d7de9446710c8764cd7335b (patch) | |
| tree | d9f1b20f3ee72b802d539802670991cd45daa048 /Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c | |
| parent | adeeb0ee759b886f902ace9bb68998e1ecf320a7 (diff) | |
| parent | 4a82ab8485eebc548fef4fd48d44ae7447aa047e (diff) | |
| download | Tango-d76fc5e1d3172a255d7de9446710c8764cd7335b.tar.gz Tango-d76fc5e1d3172a255d7de9446710c8764cd7335b.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c index 91f655171..26d7ea854 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c @@ -458,8 +458,8 @@ 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,len; - //int len; + int i,index=MAX_THREAD_MOTORS_NUM; + int len; int DancerId; int32_t TranslatedReadValue, avreageSampleValue = 0;//,avreageMotorSampleValue = 0; //double tempcalcspeed = 0; |
