fix Presco demod

This commit is contained in:
Philippe Teuwen
2020-09-29 00:36:35 +02:00
parent 2c89a36a64
commit d22ee1091b
2 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ static int usage_lf_presco_sim(void) {
int demodPresco(bool verbose) {
(void) verbose; // unused so far
bool st = true;
if (ASKDemod_ext(32, 0, 0, 0, true, false, false, 1, &st) != PM3_SUCCESS) {
if (ASKDemod_ext(32, 0, 0, 0, false, false, false, 1, &st) != PM3_SUCCESS) {
PrintAndLogEx(DEBUG, "DEBUG: Error Presco ASKDemod failed");
return PM3_ESOFT;
}