]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
CHG: minor LF adjustments.
[proxmark3-svn] / client / cmddata.c
index 398d31fbed5a5b259322d537c6e0d0a203494b0b..19e01d82bf8c3770eeaa9e2882c25c9872ca1102 100644 (file)
@@ -834,7 +834,7 @@ int CmdVikingDemod(const char *Cmd)
                return 0;
        }
        size_t size = DemodBufferLen;
-       //call lfdemod.c demod for Viking
+
        int ans = VikingDemod_AM(DemodBuffer, &size);
        if (ans < 0) {
                if (g_debugMode) PrintAndLog("DEBUG: Error - Viking Demod %d %s", ans, (ans == -5)?"[chksum error]":"");
@@ -2095,6 +2095,11 @@ int CmdGrid(const char *Cmd)
        RepaintGraphWindow();
        return 0;
 }
+void setGrid_Clock(uint8_t clock){
+       PlotGridXdefault = clock;
+       RepaintGraphWindow();
+}
+
 
 int CmdHexsamples(const char *Cmd)
 {
Impressum, Datenschutz