let OpenPm be responsible of setting session.pm3_present

This commit is contained in:
Philippe Teuwen 2019-05-07 20:37:23 +02:00
commit 532dbf28a1
4 changed files with 4 additions and 4 deletions

View file

@ -488,7 +488,7 @@ int main(int argc, char *argv[]) {
// try to open USB connection to Proxmark
if (port != NULL) {
session.pm3_present = OpenProxmark(port, waitCOMPort, 20, false, speed);
OpenProxmark(port, waitCOMPort, 20, false, speed);
}
if (session.pm3_present && (TestProxmark() != PM3_SUCCESS)) {