diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-09-07 11:33:53 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-09-07 11:33:53 +0300 |
| commit | 1ea31678760a7005105fbda97edf9c93540a8b39 (patch) | |
| tree | c9ab27f25b8e76d3d6ae8bd9278b8ca69a38acc5 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 0d27aba5181800fb81d880e4dad16c547a0f95a2 (diff) | |
| parent | 4a6dfa14bf1e7599e2b4196e71102f32f501941c (diff) | |
| download | Tango-1ea31678760a7005105fbda97edf9c93540a8b39.tar.gz Tango-1ea31678760a7005105fbda97edf9c93540a8b39.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index c2b4f5298..06434ee50 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -758,7 +758,7 @@ uint32_t MillisecLowLoop(uint32_t tick) { //char Lenstr[160]; //static int Counter = 0; - MachineUpdateResponseFunc(); + //MachineUpdateResponseFunc(); //KeepAliveOneSecondCall(); //TemperatureListString(Lenstr); //ReportWithPackageFilter(ThreadFilter,Lenstr,__FILE__,__LINE__,(int)Counter++,RpWarning,(int) msec_millisecondCounter,0); @@ -814,7 +814,7 @@ uint32_t MillisecLowLoop(uint32_t tick) } if (OneMinute_Tick) { -// MachineUpdateResponseFunc(); + MachineUpdateResponseFunc(); /* for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++) { if (Motor_i == HARDWARE_MOTOR_TYPE__MOTO_SCREW) |
