aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-06 15:22:42 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-06 15:22:42 +0200
commit33c0ce2e46a6fca8b48396f8aab1150197af20f3 (patch)
tree7a1c4d218d89b5ec612b2b4cad5cc70aa4a05d79 /Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c
parentcbd8aeea982ba5541d19d13c441711d872dae316 (diff)
downloadTango-33c0ce2e46a6fca8b48396f8aab1150197af20f3.tar.gz
Tango-33c0ce2e46a6fca8b48396f8aab1150197af20f3.zip
read and handle version update (from MCU EEPROM)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c2
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 a9b539690..6542af287 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)
char Lenstr[160];
static int Counter = 0;
MachineUpdateResponseFunc();
- KeepAliveOneSecondCall();
+ //KeepAliveOneSecondCall();
TemperatureListString(Lenstr);
ReportWithPackageFilter(ThreadFilter,Lenstr,__FILE__,__LINE__,(int)Counter++,RpWarning,(int) msec_millisecondCounter,0);