Skip to content

Commit

Permalink
BOOT vs REPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
fruit-bat committed Jul 7, 2024
1 parent 040a9d7 commit 330e73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/hid/hid_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ bool hidh_set_config(uint8_t daddr, uint8_t itf_num)
// This is a HACK as I want my mouse wheel to work.
// If there is a better way to do this please tell me.
#ifndef HID_PROTOCOL_DEFAULT
#define HID_PROTOCOL_BOOT
#define HID_PROTOCOL_DEFAULT HID_PROTOCOL_BOOT
#endif

static void process_set_config(tuh_xfer_t* xfer)
Expand Down

0 comments on commit 330e73d

Please sign in to comment.