]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443.c
Applied Holiman's fixes for iclass.c and CSNs
[proxmark3-svn] / armsrc / iso14443.c
index 7a445bcb89a72536b8293bc7f0513b418b188fdc..28ab54d6a9aa6a7a666754b6fc7a7f5937ae7af5 100644 (file)
 // supported.
 //-----------------------------------------------------------------------------
 
-#include "proxmark3.h"
+#include "../include/proxmark3.h"
 #include "apps.h"
 #include "util.h"
 #include "string.h"
 
-#include "iso14443crc.h"
+#include "../common/iso14443crc.h"
 
 //static void GetSamplesFor14443(int weTx, int n);
 
@@ -401,8 +401,7 @@ void SimulateIso14443Tag(void)
         // Modulate BPSK
         // Signal field is off with the appropriate LED
         LED_D_OFF();
-        FpgaWriteConfWord(
-               FPGA_MAJOR_MODE_HF_SIMULATOR | FPGA_HF_SIMULATOR_MODULATE_BPSK);
+        FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_SIMULATOR | FPGA_HF_SIMULATOR_MODULATE_BPSK);
         AT91C_BASE_SSC->SSC_THR = 0xff;
         FpgaSetupSsc();
 
Impressum, Datenschutz