X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/78d647da02c48dcdc4d93ee621f578aaa4d1c005..8d40aba58b77f348786e55f7ade2ae2d3e117fcc:/armsrc/apps.h diff --git a/armsrc/apps.h b/armsrc/apps.h index 43324a5b..d90d595a 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -53,6 +53,7 @@ void SetAdcMuxFor(DWORD whichGpio); // Options for the HF reader, correlating against rx from tag #define FPGA_HF_READER_RX_XCORR_848_KHZ (1<<0) #define FPGA_HF_READER_RX_XCORR_SNOOP (1<<1) +#define FPGA_HF_READER_RX_XCORR_QUARTER_FREQ (1<<2) // Options for the HF simulated tag, how to modulate #define FPGA_HF_SIMULATOR_NO_MODULATION (0<<0) #define FPGA_HF_SIMULATOR_MODULATE_BPSK (1<<0)