Forgot to set debug level

This commit is contained in:
Kristian Sloth Lauszus 2013-07-04 15:37:29 +02:00
parent 416ca04fee
commit c3c80924ec

View file

@ -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<uint8_t > (l2capinbuf[8], 0x80);
}
#endif