]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso15693.c
Applied Holiman's fixes for iclass.c and CSNs
[proxmark3-svn] / armsrc / iso15693.c
index 11a499026f39bba79606921da50904ef440a21f4..4a767b5659af34bd51b35d6582de0afeab483ab7 100644 (file)
@@ -586,7 +586,7 @@ static void BuildIdentifyRequest(void);
 //-----------------------------------------------------------------------------
 void AcquireRawAdcSamplesIso15693(void)
 {
-       uint8_t *dest =  mifare_get_bigbufptr();
+       uint8_t *dest =  get_bigbufptr_recvrespbuf();
 
        int c = 0;
        int getNext = 0;
@@ -668,7 +668,7 @@ void AcquireRawAdcSamplesIso15693(void)
 
 void RecordRawAdcSamplesIso15693(void)
 {
-       uint8_t *dest =  mifare_get_bigbufptr();
+       uint8_t *dest =  get_bigbufptr_recvrespbuf();
 
        int c = 0;
        int getNext = 0;
Impressum, Datenschutz