diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-10-26 17:34:11 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-10-26 17:34:11 +0200 |
| commit | 730a3ec1157de96f74853e343b06725c647b3c13 (patch) | |
| tree | ccd9dfd669b4d652fe8e9cdc8338ed7db905fa48 /Software/Embedded_SW/Embedded/Modules/Control | |
| parent | 6a1dff8d05740d86d8fbcfc582818f802d62b13c (diff) | |
| parent | 338d613fbf2d4e5302b66909ec7c703637829587 (diff) | |
| download | Tango-730a3ec1157de96f74853e343b06725c647b3c13.tar.gz Tango-730a3ec1157de96f74853e343b06725c647b3c13.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 | 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 ddbda4bca..8a14a1d67 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -760,7 +760,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); for (Sensor_i = StartPT100;Sensor_i < MAX_HEAD_CARD_TEMP_SENS_ID;Sensor_i++) |
