Better handling of SetParameters command, use a cache, prevent from double set, adjust comments, remove junk code.
This commit is contained in:
parent
623c8bbeef
commit
d9505bbbcc
8 changed files with 65 additions and 38 deletions
|
|
@ -166,9 +166,7 @@ pn532_uart_connect (const nfc_device_desc_t * pndd)
|
|||
pnd->nc = NC_PN532;
|
||||
pnd->nds = (nfc_device_spec_t) sp;
|
||||
pnd->bActive = true;
|
||||
pnd->bCrc = true;
|
||||
pnd->bPar = true;
|
||||
pnd->ui8TxBits = 0;
|
||||
|
||||
return pnd;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue