removed deadlock

This commit is contained in:
2021-12-10 17:14:41 +01:00
parent 4d119fdce3
commit d8dfaa7205

View File

@@ -21,7 +21,6 @@ void NfcAdapter::begin(boolean verbose)
#ifdef NDEF_USE_SERIAL
Serial.print(F("Didn't find PN53x board"));
#endif
while (1); // halt
}
if (verbose)