From 90fdae94f8f0f86af5e7be3b14561baae1abb2fd Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 1 May 2019 18:21:08 +0700 Subject: clean up --- src/class/hid/hid_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/class') 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 -- cgit v1.3.1