mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +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.
|
||||
std::condition_variable mServerStoppedCv;
|
||||
// Whether wakeup AP is required for executing tasks.
|
||||
std::atomic<bool> mWakeupRequired = false;
|
||||
std::atomic<bool> mWakeupRequired = true;
|
||||
std::mutex mLock;
|
||||
bool mServerStopped GUARDED_BY(mLock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user