diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-02 10:43:02 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-02 10:43:02 +0300 |
| commit | f21b51571dd65e5c30c9709f4e84009d90b27154 (patch) | |
| tree | 42fad9a68093e152de2fa66f713a7a2edf7fabe2 /Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c | |
| parent | bbd8cdc57a73af12d1dcccab11ceb268a49257bb (diff) | |
| download | Tango-f21b51571dd65e5c30c9709f4e84009d90b27154.tar.gz Tango-f21b51571dd65e5c30c9709f4e84009d90b27154.zip | |
MERGE.
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c index fcb7b337a..d19be0f29 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c @@ -232,7 +232,7 @@ uint32_t PowerOffWaitForTemperatureCallback(uint32_t IfIndex, uint32_t BusyFlag) MaxTemp = readTemp; - if ((MaxTemp>PowerOffTemperatureThreshold)&&(WaitForProcessCounter++<1800)) + if ((MaxTemp>PowerOffTemperatureThreshold)&&(WaitForProcessCounter++<3500)) { Report("On going cooling down, wait for end of cooling",__FILE__,__LINE__,(int)MaxTemp,RpWarning,(int)WaitForProcessCounter,0); resetIdleCounter(); |
