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/StateMachines | |
| 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/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.h b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.h index d0157ed47..dd1d2ddfb 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.h +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.h @@ -41,6 +41,7 @@ double GetZone1RMSCurrent(double VAC); uint32_t PowerUpUpdateFunc(MessageContainer* requestContainer); uint32_t AbortPowerUpFunc(MessageContainer* requestContainer); +void PowerUpStopReporting(void); #endif /* STATEMACHINES_INITIALIZATION_INITSEQUENCE_H_ */ |
