diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0b380c..f1e9ace5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] + - ChameleonLite emulation bug fixed (@spp2000) - Fixed MFC emulation issues with OEM readers, also temporarily disabling NFC_MF1_FAST_SIM (@xianglin1998) - Fixed Chameleon crash during BLE pairing (@Foxushka) - Fixed CLI takes into account Lite refusing to enter Reader mode (@doegox) diff --git a/firmware/application/src/rfid/nfctag/hf/nfc_14a.c b/firmware/application/src/rfid/nfctag/hf/nfc_14a.c index d6085925..b2fb7e1e 100644 --- a/firmware/application/src/rfid/nfctag/hf/nfc_14a.c +++ b/firmware/application/src/rfid/nfctag/hf/nfc_14a.c @@ -689,7 +689,6 @@ void nfc_tag_14a_event_callback(nrfx_nfct_evt_t const *p_event) { if (m_is_responded) { NRF_LOG_ERROR("NRFX_NFCT_ERROR_FRAMEDELAYTIMEOUT: %d", m_tag_state_14a); } - nfc_fdt_reset(); break; } case NRFX_NFCT_ERROR_NUM: {