From f51a338fb25619b9d9578e6e6411b8996ca6582e Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 15 Aug 2018 15:17:21 +0300 Subject: [PATCH] fixup! Implement resumption during Low Voltage --- .../include/application_manager/resumption/resume_ctrl_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h b/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h index 8dfba0d8b4a..e7491181406 100644 --- a/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h +++ b/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h @@ -468,7 +468,8 @@ class ResumeCtrlImpl : public ResumeCtrl, /** * @brief CheckDelayAfterWakeUp should check if app was registered - * during N seconds after WakeUp signal. N will be read from profile. + * during the first N seconds after WakeUp signal. N will be read from + * profile. * @return true if app registered within N seconds after WakeUp, otherwise * return false */