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 #ifdef NDEF_USE_SERIAL
Serial.print(F("Didn't find PN53x board")); Serial.print(F("Didn't find PN53x board"));
#endif #endif
while (1); // halt
} }
if (verbose) if (verbose)