diff options
author | Frédéric Basse <fbasse@qti.qualcomm.com> | 2016-12-24 18:55:56 +0100 |
---|---|---|
committer | Frédéric Basse <fbasse@qti.qualcomm.com> | 2016-12-24 18:55:56 +0100 |
commit | aa40b07450d6f8c78729ff1c70011a18aaf61700 (patch) | |
tree | e6b5aae198d7436f9a7a7075ce19ba0bc197ee04 | |
parent | add T-Flash option in FlashAction (diff) | |
download | Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.gz Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.bz2 Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.lz Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.xz Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.tar.zst Heimdall-aa40b07450d6f8c78729ff1c70011a18aaf61700.zip |
-rw-r--r-- | heimdall/source/FlashAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/FlashAction.cpp b/heimdall/source/FlashAction.cpp index 3a9b180..a3ab85b 100644 --- a/heimdall/source/FlashAction.cpp +++ b/heimdall/source/FlashAction.cpp @@ -398,7 +398,7 @@ static bool setTFlashMode(BridgeManager *bridgeManager) } TFlashModeResponse *tFlashModeResponse = new TFlashModeResponse(); - success = bridgeManager->ReceivePacket(tFlashModeResponse); + success = bridgeManager->ReceivePacket(tFlashModeResponse, 5000); unsigned int result = tFlashModeResponse->GetResult(); delete tFlashModeResponse; |