mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Print if connection failed
This commit is contained in:
parent
7a02a07620
commit
a312a45d0b
1 changed files with 1 additions and 1 deletions
2
BTD.cpp
2
BTD.cpp
|
@ -467,7 +467,7 @@ void BTD::HCI_event_task() {
|
|||
hci_handle = hcibuf[3] | ((hcibuf[4] & 0x0F) << 8); // store the handle for the ACL connection
|
||||
hci_event_flag |= HCI_FLAG_CONN_COMPLETE; // set connection complete flag
|
||||
}
|
||||
#ifdef EXTRADEBUG
|
||||
#ifdef DEBUG_USB_HOST
|
||||
else {
|
||||
Notify(PSTR("\r\nConnection Failed"), 0x80);
|
||||
hci_state = HCI_CHECK_WII_SERVICE;
|
||||
|
|
Loading…
Reference in a new issue