summaryrefslogtreecommitdiff
path: root/rfid_layer2_iso15693.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfid_layer2_iso15693.c')
-rw-r--r--rfid_layer2_iso15693.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfid_layer2_iso15693.c b/rfid_layer2_iso15693.c
index 2c9eb3b..15ff18a 100644
--- a/rfid_layer2_iso15693.c
+++ b/rfid_layer2_iso15693.c
@@ -56,7 +56,7 @@ static int
iso14443a_transcieve(struct rfid_layer2_handle *handle,
const unsigned char *tx_buf, unsigned int tx_len,
unsigned char *rx_buf, unsigned int *rx_len,
- unsigned int timeout, unsigned int flags)
+ u_int64_t, unsigned int flags)
{
return handle->rh->reader->transcieve(handle->rh, tx_buf, tx_len,
rx_buf, rx_len, timeout, flags);
personal git repositories of Harald Welte. Your mileage may vary