Fixed debug message

This commit is contained in:
Kristian Lauszus 2014-03-18 18:37:36 +01:00
parent af2e8d5184
commit b3b476af33

View file

@ -720,7 +720,7 @@ void BTD::HCI_task() {
if(pairWithWii)
Notify(PSTR("\r\nWII Wii(&Btd);"), 0x80);
else
Notify(PSTR("\r\nBTHID hid(&Btd);"), 0x80);
Notify(PSTR("\r\nBTHID bthid(&Btd);"), 0x80);
Notify(PSTR("\r\nAnd then press any button on the "), 0x80);
if(pairWithWii)