From c3c80924ec9e38c8ed4f933b6fb4d6635476949e Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 4 Jul 2013 15:37:29 +0200 Subject: [PATCH] Forgot to set debug level --- SPP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPP.cpp b/SPP.cpp index b60cd72a..cfaf37f2 100644 --- a/SPP.cpp +++ b/SPP.cpp @@ -231,7 +231,7 @@ void SPP::ACLData(uint8_t* l2capinbuf) { } #ifdef EXTRADEBUG else { - Notify(PSTR("\r\nUnknown PDU: ")); + Notify(PSTR("\r\nUnknown PDU: "), 0x80); D_PrintHex (l2capinbuf[8], 0x80); } #endif