mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: removed some warnings in ubuntu17.04
This commit is contained in:
parent
dc202ee498
commit
26f786bfe4
3 changed files with 133 additions and 131 deletions
|
@ -205,8 +205,8 @@ int CmdHF14BCmdRaw (const char *Cmd) {
|
|||
if (!power)
|
||||
flags |= ISO14B_DISCONNECT;
|
||||
|
||||
if (datalen>0)
|
||||
flags |= ISO14B_RAW;
|
||||
if (datalen > 0)
|
||||
flags |= ISO14B_RAW;
|
||||
|
||||
// Max buffer is USB_CMD_DATA_SIZE
|
||||
datalen = (datalen > USB_CMD_DATA_SIZE) ? USB_CMD_DATA_SIZE : datalen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue