Forked from LibPN532

Dependents:   NFC_Secure_Access NFC_Secure_Access

Fork of LibPN532 by dotnfc Tang

Revision:
2:9a2ab3fa7862
Parent:
0:db8030e71f55
--- a/PN532/PN532.cpp	Tue Sep 13 06:17:35 2016 +0000
+++ b/PN532/PN532.cpp	Sun Apr 22 23:29:20 2018 +0000
@@ -322,9 +322,9 @@
     sens_res |= pn532_packetbuffer[3];
 
     DMSG("ATQA: 0x");  DMSG_HEX(sens_res);
-    DMSG("\n");
+    DMSG("\n\r");
     DMSG("SAK: 0x");  DMSG_HEX(pn532_packetbuffer[4]);
-    DMSG("\n");
+    DMSG("\n\r");
 
     /* Card appears to be Mifare Classic */
     *uidLength = pn532_packetbuffer[5];