Reset FDT without requiring a response.

This commit is contained in:
DXL
2023-09-08 09:11:30 +02:00
committed by Philippe Teuwen
parent 84c31000ae
commit 9431a2c26c
@@ -675,7 +675,7 @@ void nfc_tag_14a_event_callback(nrfx_nfct_evt_t const *p_event) {
nfc_tag_14a_data_process(m_nfc_rx_buffer);
// The above prompt tells us that when we do not need to reply to the card reader, we need to manually enable it
if (!m_is_responded) {
// nfc_fdt_reset();
nfc_fdt_reset();
NRFX_NFCT_RX_BYTES
}
break;