Skip to content

Commit

Permalink
fixup! Implement resumption during Low Voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
LuxoftAKutsan committed Aug 16, 2018
1 parent 1ce14ac commit 83a2a78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,14 +451,14 @@ class ResumeCtrlImpl : public ResumeCtrl,

/**
* @brief CheckDelayAfterIgnOn should check if SDL was started less
* then N seconds ago. N will be read from profile.
* than N seconds ago. N will be read from profile.
* @return true if SDL started N seconds ago, otherwise return false
*/
bool CheckDelayAfterIgnOn() const;

/**
* @brief CheckDelayBeforeIgnOff checks if app was unregistered less
* then N seconds before Ignition OFF. N will be read from profile.
* than N seconds before Ignition OFF. N will be read from profile.
* @return true if app was disconnected within timeframe of N seconds before
* Ignition Off,
* otherwise return false
Expand Down

0 comments on commit 83a2a78

Please # to comment.