Skip to content

Commit

Permalink
Update BQ24195.cpp
Browse files Browse the repository at this point in the history
commit from issue on Arduino's repo
arduino-libraries#11
  • Loading branch information
Stefanhg committed Jun 5, 2022
1 parent 8d7fd01 commit 73a43bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BQ24195.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ bool PMICClass::disableWatchdog(void) {
return 0;
}

return writeRegister(CHARGE_TIMER_CONTROL_REGISTER, (DATA & 0b11001110));
return writeRegister(CHARGE_TIMER_CONTROL_REGISTER, (DATA & 0b11000110));
}

/*******************************************************************************
Expand Down

0 comments on commit 73a43bc

Please sign in to comment.