]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Revert "dbg: Watchdog resets while 'hw tune lf'" 549/head
authorrkblackfire <rkblackfire@gmx.de>
Mon, 22 Jan 2018 18:25:22 +0000 (19:25 +0100)
committerrkblackfire <rkblackfire@gmx.de>
Mon, 22 Jan 2018 18:25:22 +0000 (19:25 +0100)
This reverts commit fc175230f431e7e33c7628c6b31064d4f7d1e1ad.

armsrc/appmain.c

index 3aeb4c8af2de37b0fd76f55d6c47f6b63c9368f8..6476892235facc30fbf41a32b9636656ebb59d19 100644 (file)
@@ -205,7 +205,7 @@ void MeasureAntennaTuningLfOnly(int *vLf125, int *vLf134, int *peakf, int *peakv
                }
        }
 
-       for (i=0; i <= 18; i++) LF_Results[i] = 0;
+       for (i=18; i >= 0; i--) LF_Results[i] = 0;
 
        return;
 }
Impressum, Datenschutz