diff --git a/libnfc/chips/pn53x.c b/libnfc/chips/pn53x.c index bb25dd8..36f174e 100644 --- a/libnfc/chips/pn53x.c +++ b/libnfc/chips/pn53x.c @@ -2557,11 +2557,6 @@ pn53x_InJumpForDEP(struct nfc_device *pnd, memcpy(abtCmd + offset, pbtPassiveInitiatorData, 5); offset += 5; break; - case NBR_847: - case NBR_UNDEFINED: - pnd->last_error = NFC_EINVARG; - return pnd->last_error; - break; } }