Commit 4a24995c authored by rnephew's avatar rnephew Committed by Commit bot

[BattOr] Add flushing before requesting firmware git hash.

BUG=677303

Review-Url: https://codereview.chromium.org/2612333003
Cr-Commit-Position: refs/heads/master@{#441817}
parent 9bc3d186
......@@ -517,6 +517,7 @@ void BattOrAgent::PerformAction(Action action) {
return;
case Action::SEND_GIT_HASH_REQUEST:
connection_->Flush();
SendControlMessage(
BATTOR_CONTROL_MESSAGE_TYPE_GET_FIRMWARE_GIT_HASH, 0, 0);
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment