From 8935b0b26326bc8e1a3d9fe61db7ef339e339886 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 30 Jan 2025 11:36:26 +0100 Subject: [PATCH] hid_host_demo: use Report Mode by default --- example/hid_host_demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/hid_host_demo.c b/example/hid_host_demo.c index bb82fa862..cfb36e7ab 100644 --- a/example/hid_host_demo.c +++ b/example/hid_host_demo.c @@ -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 *