Skip to content

Commit b16d5ea

Browse files
committed
nicla-system: Give PMIC more time to wake up.
1 parent cea8fa2 commit b16d5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Nicla_System/src/BQ25120A.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ void BQ25120A::setHighImpedanceModeEnabled(bool enabled) {
8383
cd = 0;
8484
} else {
8585
cd = 1;
86-
delayMicroseconds(64); // Give some time to the BQ25120A to wake up
86+
delayMicroseconds(128); // Give some time to the BQ25120A to wake up
8787
}
8888
}

0 commit comments

Comments
 (0)