export 14443a initialiation routine
authorHarald Welte <laforge@gnumonks.org>
Sun, 15 Oct 2006 20:12:45 +0000 (20:12 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sun, 15 Oct 2006 20:12:45 +0000 (20:12 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1911 e0336214-984f-0b4b-a45f-81c69e1f0ede

src/rfid_layer2_iso14443a.c

index b8e6ef4..2ee7eb0 100644 (file)
@@ -33,7 +33,7 @@
 #define TIMEOUT 1236
 
 /* Transceive a 7-bit short frame */
-static int
+int
 iso14443a_transceive_sf(struct rfid_layer2_handle *handle,
                         unsigned char cmd,
                         struct iso14443a_atqa *atqa)