Snap for 10393214 from 07417015d4
to udc-qpr1-release
Change-Id: Ic3776913d5ad4e388ec98a49278470f666058341
This commit is contained in:
commit
c84bc5ae5b
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class HwCal : public Vibrator::HwCal, private HwCalBase {
|
|||
}
|
||||
bool isRedcCompEnabled() override {
|
||||
bool value;
|
||||
getProperty("redc.comp.enabled", &value, true);
|
||||
getProperty("redc.comp.enabled", &value, false);
|
||||
return value;
|
||||
}
|
||||
void debug(int fd) override { HwCalBase::debug(fd); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue