diff --git a/firmware/application/src/rfid/nfctag/hf/nfc_mf0_ntag.c b/firmware/application/src/rfid/nfctag/hf/nfc_mf0_ntag.c index dc0a319..178a03e 100644 --- a/firmware/application/src/rfid/nfctag/hf/nfc_mf0_ntag.c +++ b/firmware/application/src/rfid/nfctag/hf/nfc_mf0_ntag.c @@ -704,7 +704,7 @@ static bool check_ro_lock_on_page(int block_num) { switch (m_tag_type) { case TAG_TYPE_NTAG_213: case TAG_TYPE_NTAG_215: - case TAG_TYPE_NTAG_216: + case TAG_TYPE_NTAG_216: ; // pages can be locked or not independant of BL bits //the BL bits only freezes the lock bytes ! uint16_t lock_bits = *(uint16_t *)&m_tag_information->memory[2][2]; @@ -851,7 +851,7 @@ static int handle_write_command(uint8_t block_num, uint8_t *p_data) { switch (m_tag_type) { case TAG_TYPE_NTAG_213: case TAG_TYPE_NTAG_215: - case TAG_TYPE_NTAG_216: + case TAG_TYPE_NTAG_216: ; int first_cfg_page = get_first_cfg_page_by_tag_type(m_tag_type); uint8_t cfglck = m_tag_information->memory[first_cfg_page][0] & 0x40; // For NTAG cards we need to check CFGLCK bit for config pages