mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Added comment about hci local version
This commit is contained in:
parent
f17a3a2233
commit
58ecd212a7
1 changed files with 1 additions and 1 deletions
2
BTD.cpp
2
BTD.cpp
|
@ -480,7 +480,7 @@ void BTD::HCI_task() {
|
|||
}
|
||||
break;
|
||||
|
||||
case HCI_LOCAL_VERSION_STATE:
|
||||
case HCI_LOCAL_VERSION_STATE: // The local version is used by the PS3BT class
|
||||
if (hci_read_version_complete) {
|
||||
if(btdName != NULL) {
|
||||
hci_set_local_name(btdName);
|
||||
|
|
Loading…
Reference in a new issue