diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-25 12:08:28 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-25 12:08:28 +0200 |
| commit | 978439fe882ef59b63fb1b1450bd615f707214c9 (patch) | |
| tree | b3cd057aa36d834a7c7a724a231cd66eaede6498 /Software/Embedded_SW/Embedded/StateMachines | |
| parent | f95ad012ba68f1b025654925ca17d199d653a41c (diff) | |
| download | Tango-978439fe882ef59b63fb1b1450bd615f707214c9.tar.gz Tango-978439fe882ef59b63fb1b1450bd615f707214c9.zip | |
fixes for new version.
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c index a2a0d6f67..15ef98bfb 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c @@ -1114,7 +1114,7 @@ void SendJobProgress(double ProcessedLength, int SegmentId, bool done, char *Mes strcpy (infomsg,Message); Report(infomsg,__FILE__,__LINE__,55,RpWarning,33, 44); }*/ - UInt Key = Task_disable(); + //UInt Key = Task_disable(); double totlength = 0; if (JobToken[0] != 0) @@ -1245,7 +1245,7 @@ void SendJobProgress(double ProcessedLength, int SegmentId, bool done, char *Mes } // if (responseContainer.data.data) // my_free(responseContainer.data.data); - Task_restore(Key); + //Task_restore(Key); } void JobStopReporting(void) |
