Skip to content

Commit

Permalink
Fix maximum block size.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocool3r committed Jun 19, 2024
1 parent 8ddf2ea commit 2acd42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/src/rfid/nfctag/hf/nfc_mf0_ntag.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define NFC_TAG_MF0_NTAG_DATA_SIZE 4

#define NFC_TAG_NTAG_FRAME_SIZE 64
#define NFC_TAG_NTAG_BLOCK_MAX 231
#define NFC_TAG_NTAG_BLOCK_MAX 231 + 1

#define NFC_TAG_MF0_FRAME_SIZE (16 + NFC_TAG_14A_CRC_LENGTH)
#define NFC_TAG_MF0_BLOCK_MAX 41
Expand Down

0 comments on commit 2acd42a

Please sign in to comment.