From ecdd91392bb79da1e7e8192baf46c593eab236d9 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 2 Jul 2020 12:35:33 +0200 Subject: [PATCH] adapt to fpga changes. And bug hunting COTAG functionality that doesnt work --- armsrc/lfsampling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/lfsampling.h b/armsrc/lfsampling.h index 9b8c4c6b1..28721f6ca 100644 --- a/armsrc/lfsampling.h +++ b/armsrc/lfsampling.h @@ -21,7 +21,7 @@ typedef struct { * acquisition of Cotag LF signal. Similar to other LF, since the Cotag has such long datarate RF/384 * and is Manchester?, we directly gather the manchester data into bigbuff **/ -void doCotagAcquisition(size_t sample_size); +void doCotagAcquisition(void); uint32_t doCotagAcquisitionManchester(void); /**