From 643972ad51e38da522ffe5949fa1c415e0f9e074 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 12 Sep 2013 22:24:48 +0200 Subject: [PATCH] Print carriage return before line feed --- BTD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTD.cpp b/BTD.cpp index c29951c7..85f72a3e 100755 --- a/BTD.cpp +++ b/BTD.cpp @@ -156,7 +156,7 @@ uint8_t BTD::Init(uint8_t parent, uint8_t port, bool lowspeed) { if (my_bdaddr[0] == 0x00 && my_bdaddr[1] == 0x00 && my_bdaddr[2] == 0x00 && my_bdaddr[3] == 0x00 && my_bdaddr[4] == 0x00 && my_bdaddr[5] == 0x00) { #ifdef DEBUG_USB_HOST - Notify(PSTR("\r\nPlease plug in the dongle before trying to pair with the PS3 Controller\n\ror set the Bluetooth address in the constructor of the PS3BT class"), 0x80); + Notify(PSTR("\r\nPlease plug in the dongle before trying to pair with the PS3 Controller\r\nor set the Bluetooth address in the constructor of the PS3BT class"), 0x80); #endif } else { if (PID == PS3_PID || PID == PS3NAVIGATION_PID)