aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-03 12:08:14 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-03 12:08:14 +0200
commit09acf407dc5f432a2c293bde6ebf103b28af2549 (patch)
treeca240db202dc66c03d05dd46e2e34777254cf2de /Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c
parent612f456f46ebf6726dd1aa2b0fe1476a72011d3a (diff)
downloadTango-09acf407dc5f432a2c293bde6ebf103b28af2549.tar.gz
Tango-09acf407dc5f432a2c293bde6ebf103b28af2549.zip
bugs, mostly in arc head init
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c1
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;