diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-06 15:24:39 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-09-06 15:24:39 +0300 |
| commit | dc3e9a8e3936f24d01d85652ff2fb9b8c320261c (patch) | |
| tree | d58239e55ba1eaf0a27788c0d20f004c72fa6355 /Software/Embedded_SW/Embedded/StateMachines | |
| parent | b68b34d6247175678f76cc40bb60019685740dd9 (diff) | |
| download | Tango-dc3e9a8e3936f24d01d85652ff2fb9b8c320261c.tar.gz Tango-dc3e9a8e3936f24d01d85652ff2fb9b8c320261c.zip | |
some fixes in dispenser handling, implement setheaterstate, procedures and stubs updated
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c index e16909c45..c217a68b3 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/JobSTM.c @@ -1401,6 +1401,7 @@ Void jobTask(UArg arg0, UArg arg1) JobResumed = false; setmachineActive(false); SetMachineStatus(MACHINE_STATE__Ready); + IDS_Dispenser_Store_Data(); resetIdleCounter(); CurrentJob = NULL; if (IFS_Clearing_SuctionWaiting == true) |
