diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-02 20:51:54 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-02 20:51:54 +0200 |
| commit | 612f456f46ebf6726dd1aa2b0fe1476a72011d3a (patch) | |
| tree | 4aefd66294a22fb2b2da0917648e12f2d2168f16 /Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h | |
| parent | 2a8d3d38bd80fe011f8e6921742574b2ff71fa72 (diff) | |
| download | Tango-612f456f46ebf6726dd1aa2b0fe1476a72011d3a.tar.gz Tango-612f456f46ebf6726dd1aa2b0fe1476a72011d3a.zip | |
fix connection loss (stop sending startup message to PPC)
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h index b3b773b1e..ed3ec205d 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h +++ b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.h @@ -14,6 +14,7 @@ uint32_t MachineUpdateInitFunc(MessageContainer* requestContainer); uint32_t StopMachineUpdateFunc(MessageContainer* requestContainer); +void MachineUpdateStopReporting(void); void SetMachineStatus (MachineState State); int MachineUpdateResponseFunc(void); uint32_t StartInkFillingStatusRequestFunc(MessageContainer* requestContainer); |
