mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
6803e6d1c0
commit
618e31e920
2 changed files with 4 additions and 9 deletions
|
@ -1048,10 +1048,9 @@ static int CmdHF14ACmdRaw(const char *Cmd) {
|
|||
|
||||
static int waitCmd(uint8_t iSelect) {
|
||||
UsbCommand resp;
|
||||
uint16_t len = 0;
|
||||
|
||||
if (WaitForResponseTimeout(CMD_ACK, &resp, 1500)) {
|
||||
len = (resp.arg[0] & 0xFFFF);
|
||||
uint16_t len = (resp.arg[0] & 0xFFFF);
|
||||
if (iSelect) {
|
||||
len = (resp.arg[1] & 0xFFFF);
|
||||
if (len) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue