Fixed typo in comment

This commit is contained in:
mdxs
2014-11-11 12:11:40 +01:00
parent 92544cab84
commit 9badf084d7

View File

@@ -798,7 +798,7 @@ byte MFRC522::MIFARE_Read( byte blockAddr, ///< MIFARE Classic: The block (0-0x
* *
* For MIFARE Classic the sector containing the block must be authenticated before calling this function. * For MIFARE Classic the sector containing the block must be authenticated before calling this function.
* *
* For MIFARE Ultralight the opretaion is called "COMPATIBILITY WRITE". * For MIFARE Ultralight the operation is called "COMPATIBILITY WRITE".
* Even though 16 bytes are transferred to the Ultralight PICC, only the least significant 4 bytes (bytes 0 to 3) * Even though 16 bytes are transferred to the Ultralight PICC, only the least significant 4 bytes (bytes 0 to 3)
* are written to the specified address. It is recommended to set the remaining bytes 04h to 0Fh to all logic 0. * are written to the specified address. It is recommended to set the remaining bytes 04h to 0Fh to all logic 0.
* * * *