nfc_initiator_transceive_bits_timed() function does not now use pszRxBits as parameter because this function returns it.
This commit is contained in:
parent
6e7092b160
commit
b699743973
6 changed files with 12 additions and 13 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#define MAX_FRAME_LEN 264
|
||||
|
||||
static uint8_t abtRx[MAX_FRAME_LEN];
|
||||
static size_t szRxBits;
|
||||
static int szRxBits;
|
||||
static size_t szRx = sizeof(abtRx);
|
||||
static uint8_t abtRawUid[12];
|
||||
static uint8_t abtAtqa[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue