mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Some minor fixes
Use longer timeout in WaitForRawDataTimeout() to handle CMD_WTX Fix a wrong type Apply changes to other similar part Remove unused instructions
This commit is contained in:
parent
8b6a274e28
commit
ab9f49f86e
5 changed files with 19 additions and 17 deletions
|
@ -493,7 +493,7 @@ void FpgaDownloadAndGo(int bitstream_version) {
|
|||
#endif
|
||||
|
||||
// Send waiting time extension request as this will take a while
|
||||
send_wtx(1500);
|
||||
send_wtx(FPGA_LOAD_WAIT_TIME);
|
||||
|
||||
bool verbose = (g_dbglevel > 3);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue