diff options
| author | hathach <[email protected]> | 2019-05-01 18:21:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-01 18:21:08 +0700 |
| commit | 90fdae94f8f0f86af5e7be3b14561baae1abb2fd (patch) | |
| tree | 0fd6fee2873219d34262d464bf0bf789c0fea8d6 /src/class | |
| parent | 9fa5c8025faddfa68b506af3bf2b6383f70c8323 (diff) | |
clean up
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/hid/hid_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.c b/src/class/hid/hid_device.c index 46e26bd10..b1a4efe9a 100644 --- a/src/class/hid/hid_device.c +++ b/src/class/hid/hid_device.c @@ -47,7 +47,7 @@ typedef struct {
uint8_t itf_num;
uint8_t ep_in;
- uint8_t ep_out; // optional
+ uint8_t ep_out; // optional Out endpoint
uint8_t boot_protocol; // Boot mouse or keyboard
bool boot_mode; // default = false (Report)
uint8_t idle_rate; // up to application to handle idle rate
|
