diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-03 12:08:14 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-03 12:08:14 +0200 |
| commit | 09acf407dc5f432a2c293bde6ebf103b28af2549 (patch) | |
| tree | ca240db202dc66c03d05dd46e2e34777254cf2de /Software/Embedded_SW/Embedded/Modules/General | |
| parent | 612f456f46ebf6726dd1aa2b0fe1476a72011d3a (diff) | |
| download | Tango-09acf407dc5f432a2c293bde6ebf103b28af2549.tar.gz Tango-09acf407dc5f432a2c293bde6ebf103b28af2549.zip | |
bugs, mostly in arc head init
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c index a0b1b30c2..5c41d03f3 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c +++ b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c @@ -157,6 +157,7 @@ int MachineUpdateResponseFunc(void) else return ERROR; + // Report("Sending machine state",__FILE__,__LINE__,(int)MachineStatus.state,RpWarning,(int)MachineStatus.overalltemperature,0); responseContainer = /*MachineUpdate*/createContainer(MESSAGE_TYPE__StartMachineStatusUpdateResponse, MachineUpdateToken, false, &response, &start_machine_status_update_response__pack, &start_machine_status_update_response__get_packed_size); responseContainer.has_continuous = true; |
