From 9431a2c26c1bc5412e7a501fa72ad178e305f54c Mon Sep 17 00:00:00 2001 From: DXL <64101226@qq.com> Date: Thu, 7 Sep 2023 10:44:23 +0800 Subject: [PATCH] Reset FDT without requiring a response. --- firmware/application/src/rfid/nfctag/hf/nfc_14a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/src/rfid/nfctag/hf/nfc_14a.c b/firmware/application/src/rfid/nfctag/hf/nfc_14a.c index 8a7a5bf..40cc643 100644 --- a/firmware/application/src/rfid/nfctag/hf/nfc_14a.c +++ b/firmware/application/src/rfid/nfctag/hf/nfc_14a.c @@ -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;