From a7f6f7526d3c516a6d8f5f865a89a6887b085d58 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Thu, 2 Apr 2015 17:28:48 +0200 Subject: [PATCH] tiny typo --- MFRC522.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MFRC522.h b/MFRC522.h index ba0c16c..c249f85 100644 --- a/MFRC522.h +++ b/MFRC522.h @@ -40,7 +40,7 @@ * Bytes 6-8: Access Bits * Bytes 9: User data * Bytes 10-15: Key B (or user data) - * Block 0 is read only manufacturer data. + * Block 0 is read-only manufacturer data. * To access a block, an authentication using a key from the block's sector must be performed first. * Example: To read from block 10, first authenticate using a key from sector 3 (blocks 8-11). * All keys are set to FFFFFFFFFFFFh at chip delivery.