diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-05 16:43:50 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-05 16:43:50 +0200 |
| commit | 937b2a545fc7405f4673377b209caf22f00375b7 (patch) | |
| tree | 2ad1eedef4cf0cf428f4a312648f0d453865b1f0 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 60988675685060adfc98b2d071c3e1df1e10fd87 (diff) | |
| parent | 1834b13df30bcf71aab363f9e504c4e79b3f2224 (diff) | |
| download | Tango-937b2a545fc7405f4673377b209caf22f00375b7.tar.gz Tango-937b2a545fc7405f4673377b209caf22f00375b7.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 1f69387a6..0e95f4053 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -707,7 +707,7 @@ uint32_t MillisecLowLoop(uint32_t tick) } if (Onesecond_Tick) { - char Lenstr[160]; + //char Lenstr[160]; //static int Counter = 0; MachineUpdateResponseFunc(); //KeepAliveOneSecondCall(); |
