X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6949aca9fa0e37539fc277bac78e3d7a22117467..e70140224f6b9736f01d6cc314687d93a8bb8c97:/armsrc/apps.h diff --git a/armsrc/apps.h b/armsrc/apps.h index bf45407f..040737e7 100644 --- a/armsrc/apps.h +++ b/armsrc/apps.h @@ -56,6 +56,7 @@ void SetAdcMuxFor(DWORD whichGpio); // 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) +#define FPGA_HF_SIMULATOR_MODULATE_212K (2<<0) // Options for ISO14443A #define FPGA_HF_ISO14443A_SNIFFER (0<<0) #define FPGA_HF_ISO14443A_TAGSIM_LISTEN (1<<0)