Skip to content

Commit

Permalink
base: enable boeffla wakelock blocker by default
Browse files Browse the repository at this point in the history
  • Loading branch information
psndna88 committed Dec 30, 2021
1 parent b69be1c commit 92fb844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/power/wakeup.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "boeffla_wl_blocker.h"

char list_wl_search[LENGTH_LIST_WL_SEARCH] = {0};
bool wl_blocker_active = false;
bool wl_blocker_active = true;
bool wl_blocker_debug = false;

static void wakeup_source_deactivate(struct wakeup_source *ws);
Expand Down

0 comments on commit 92fb844

Please sign in to comment.