chg: "lf viking demod" - prepping for lib

This commit is contained in:
iceman1001
2020-06-08 18:43:34 +02:00
parent 618a945e55
commit 86c649f955
2 changed files with 12 additions and 8 deletions

View File

@@ -1344,6 +1344,7 @@ out:
// identify chipset
if (CheckChipType(isOnline) == false) {
PrintAndLogEx(DEBUG, "Automatic chip type detection " _RED_("failed"));
retval = false;
}
return retval;
}