8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac233e commit 2006692Copy full SHA for 2006692
ports/nrf/common-hal/usb_hid/Device.h
@@ -78,8 +78,8 @@ enum {
78
typedef struct {
79
mp_obj_base_t base;
80
uint8_t* report_buffer;
81
- uint8_t report_id; // If non-zero, prefix report with given id.
82
- uint8_t report_length; // Length not including Report ID.
+ uint8_t report_id;
+ uint8_t report_length;
83
uint8_t usage_page;
84
uint8_t usage;
85
} usb_hid_device_obj_t;
ports/nrf/interrupt_char.c
0 commit comments