Merge pull request #81 from steelgr/master

Fixed some typos
This commit is contained in:
Miki Balboa
2015-02-03 13:01:28 -06:00

View File

@@ -1161,7 +1161,7 @@ void MFRC522::PICC_DumpToSerial(Uid *uid ///< Pointer to Uid struct returned fro
// PICC type // PICC type
byte piccType = PICC_GetType(uid->sak); byte piccType = PICC_GetType(uid->sak);
Serial.print(F("PICC type: "0); Serial.print(F("PICC type: "));
Serial.println(PICC_GetTypeName(piccType)); Serial.println(PICC_GetTypeName(piccType));
// Dump contents // Dump contents