hid_host_demo: use Report Mode by default

This commit is contained in:
Matthias Ringwald 2025-01-30 11:36:26 +01:00
parent b65bb70c1d
commit 8935b0b263

View File

@ -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
*