mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
Merge "Change default wakeup required to true."
This commit is contained in:
@@ -119,7 +119,7 @@ class TestWakeupClientServiceImpl final : public WakeupClient::Service {
|
|||||||
// A variable to notify server is stopping.
|
// A variable to notify server is stopping.
|
||||||
std::condition_variable mServerStoppedCv;
|
std::condition_variable mServerStoppedCv;
|
||||||
// Whether wakeup AP is required for executing tasks.
|
// Whether wakeup AP is required for executing tasks.
|
||||||
std::atomic<bool> mWakeupRequired = false;
|
std::atomic<bool> mWakeupRequired = true;
|
||||||
std::mutex mLock;
|
std::mutex mLock;
|
||||||
bool mServerStopped GUARDED_BY(mLock);
|
bool mServerStopped GUARDED_BY(mLock);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user