Skip to content

Commit b3b476a

Browse files
committed
Fixed debug message
1 parent af2e8d5 commit b3b476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BTD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ void BTD::HCI_task() {
720720
if(pairWithWii)
721721
Notify(PSTR("\r\nWII Wii(&Btd);"), 0x80);
722722
else
723-
Notify(PSTR("\r\nBTHID hid(&Btd);"), 0x80);
723+
Notify(PSTR("\r\nBTHID bthid(&Btd);"), 0x80);
724724

725725
Notify(PSTR("\r\nAnd then press any button on the "), 0x80);
726726
if(pairWithWii)

0 commit comments

Comments
 (0)