]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlffdx.c
fixed bug in CmdFdxDemod
[proxmark3-svn] / client / cmdlffdx.c
index 2e2ee9fd3b373c30b7d811fcfb20adb6454866b6..5677c79dee8ba0a17f7db37f718ea7c9120cabe6 100644 (file)
@@ -13,7 +13,7 @@
 #include <stdio.h>
 #include <inttypes.h>
 #include <string.h>
-#include "proxmark3.h"
+#include "comms.h"
 #include "ui.h"         // for PrintAndLog
 #include "util.h"
 #include "cmdparser.h"
@@ -137,7 +137,7 @@ int CmdFdxDemod(const char *Cmd){
 
        //Differential Biphase / di-phase (inverted biphase)
        //get binary from ask wave
-       if (!ASKbiphaseDemod("0 32 1 0", false)) {
+       if (!ASKbiphaseDemod("0 32 1 100", false)) {
                if (g_debugMode) PrintAndLog("DEBUG: Error - FDX-B ASKbiphaseDemod failed");
                return 0;
        }
Impressum, Datenschutz