some additional fixes

Fork of PN532 by Seeed

Revision:
5:51f820fbd18a
Parent:
3:4189a10038e6
--- a/PN532_debug.h	Thu Nov 21 04:41:47 2013 +0000
+++ b/PN532_debug.h	Tue Oct 07 15:09:46 2014 +0000
@@ -8,8 +8,8 @@
 #include <stdio.h>
 
 #define DMSG(args...)   printf(args)
-#define DMSG_STR(str)   printf("%s\n", str)
-#define DMSG_INT(num)   printf("%d\n", num)
+#define DMSG_STR(str)   printf("%s\r\n", str)
+#define DMSG_INT(num)   printf("%d\r\n", num)
 #define DMSG_HEX(num)   printf("%2X ", num)
 
 #else