Skip to content

Commit 73a43bc

Browse files
committed
Update BQ24195.cpp
commit from issue on Arduino's repo arduino-libraries#11
1 parent 8d7fd01 commit 73a43bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BQ24195.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ bool PMICClass::disableWatchdog(void) {
770770
return 0;
771771
}
772772

773-
return writeRegister(CHARGE_TIMER_CONTROL_REGISTER, (DATA & 0b11001110));
773+
return writeRegister(CHARGE_TIMER_CONTROL_REGISTER, (DATA & 0b11000110));
774774
}
775775

776776
/*******************************************************************************

0 commit comments

Comments
 (0)