mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-25 12:02:30 +00:00
clean up
This commit is contained in:
parent
5fb3d439b3
commit
a8e538efe7
@ -36,7 +36,7 @@
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t itf_numr;
|
uint8_t itf_num;
|
||||||
uint8_t ep_in;
|
uint8_t ep_in;
|
||||||
uint8_t ep_out;
|
uint8_t ep_out;
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ static inline bool hidh_interface_open(uint8_t rhport, uint8_t dev_addr, uint8_t
|
|||||||
|
|
||||||
p_hid->ep_in = p_endpoint_desc->bEndpointAddress;
|
p_hid->ep_in = p_endpoint_desc->bEndpointAddress;
|
||||||
p_hid->report_size = p_endpoint_desc->wMaxPacketSize.size; // TODO get size from report descriptor
|
p_hid->report_size = p_endpoint_desc->wMaxPacketSize.size; // TODO get size from report descriptor
|
||||||
p_hid->itf_numr = interface_number;
|
p_hid->itf_num = interface_number;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user