Revert "dbg: Watchdog resets while 'hw tune lf'"

This reverts commit fc175230f4.
This commit is contained in:
rkblackfire 2018-01-22 19:25:22 +01:00
parent 095173f72d
commit f3ffd5a24f

View 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;
}