瀏覽代碼

WIP Save debug

main
Kurt Eckhardt 7 年之前
父節點
當前提交
8963fb3c7f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      USBHost_t36.h
  2. +1
    -1
      bluetooth.cpp

+ 1
- 1
USBHost_t36.h 查看文件

@@ -56,7 +56,7 @@
// your best effort to read chapter 4 before asking USB questions!


//#define USBHOST_PRINT_DEBUG
#define USBHOST_PRINT_DEBUG

/************************************************/
/* Data Types */

+ 1
- 1
bluetooth.cpp 查看文件

@@ -530,7 +530,7 @@ void BluetoothController::handle_hci_command_complete()
DBGPrintf("Write_Scan_enable Completed\n");
if (device_connection_handle_) {
// Lets see if we can get the remote information
sendHCIRemoteVersionInfoRequest();
//sendHCIRemoteVersionInfoRequest();
}
break;
case HCI_WRITE_SSP_MODE: //0x0c56

Loading…
取消
儲存