nfc_initiator_transceive_bits_timed() function does not now use pszRxBits as parameter because this function returns it.

This commit is contained in:
Audrey Diacre 2012-01-04 15:43:08 +00:00
parent 6e7092b160
commit b699743973
6 changed files with 12 additions and 13 deletions

View file

@ -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];