From d914032c7cb9e1ccda19e5e83f7a09aa070925cf Mon Sep 17 00:00:00 2001 From: Spyros Panagiotopoulos Date: Tue, 3 Feb 2015 20:59:07 +0200 Subject: [PATCH] Fixed some typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of 0,”)” added --- MFRC522.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MFRC522.cpp b/MFRC522.cpp index 6197126..510708f 100644 --- a/MFRC522.cpp +++ b/MFRC522.cpp @@ -1161,7 +1161,7 @@ void MFRC522::PICC_DumpToSerial(Uid *uid ///< Pointer to Uid struct returned fro // PICC type byte piccType = PICC_GetType(uid->sak); - Serial.print(F("PICC type: "0); + Serial.print(F("PICC type: ")); Serial.println(PICC_GetTypeName(piccType)); // Dump contents