X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/882ef0c983836f9a188ec1f4c86192c1af1c1344..e55f33866334615e705ff68c0f3bea8e5b1b9b8b:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h index 6a241eaa3..de1ffe6f4 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothHCICommands.h @@ -35,15 +35,17 @@ #include #include #include + #include #include + #include #include "BluetoothStack.h" #include "BluetoothClassCodes.h" /* Macros: */ #define BT_HCI_DEBUG(l, s, ...) do { if (HCI_DEBUG_LEVEL >= l) printf_P(PSTR("(HCI) " s "\r\n"), __VA_ARGS__); } while (0) - #define HCI_DEBUG_LEVEL 1 + #define HCI_DEBUG_LEVEL 0 #define OGF_LINK_CONTROL 0x01 #define OGF_CTRLR_BASEBAND 0x03