mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
hid_host_demo: use Report Mode by default
This commit is contained in:
parent
b65bb70c1d
commit
8935b0b263
@ -122,7 +122,7 @@ static enum {
|
||||
|
||||
static uint16_t hid_host_cid = 0;
|
||||
static bool hid_host_descriptor_available = false;
|
||||
static hid_protocol_mode_t hid_host_report_mode = HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT;
|
||||
static hid_protocol_mode_t hid_host_report_mode = HID_PROTOCOL_MODE_REPORT;
|
||||
|
||||
/* @section Main application configuration
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user