X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7665bf323e76ed1ebcfd137e2ab0bd356b43a5e8..3d1baa6f953c3c78c78c31466c4f551123e84415:/Demos/Device/KeyboardMouse/Descriptors.h diff --git a/Demos/Device/KeyboardMouse/Descriptors.h b/Demos/Device/KeyboardMouse/Descriptors.h index 152e5111a..1dcad086e 100644 --- a/Demos/Device/KeyboardMouse/Descriptors.h +++ b/Demos/Device/KeyboardMouse/Descriptors.h @@ -54,7 +54,6 @@ USB_Descriptor_Interface_t KeyboardInterface; USB_Descriptor_HID_t KeyboardHID; USB_Descriptor_Endpoint_t KeyboardInEndpoint; - USB_Descriptor_Endpoint_t KeyboardOutEndpoint; USB_Descriptor_Interface_t MouseInterface; USB_Descriptor_HID_t MouseHID; USB_Descriptor_Endpoint_t MouseInEndpoint; @@ -64,9 +63,6 @@ /** Endpoint number of the Keyboard HID reporting IN endpoint. */ #define KEYBOARD_IN_EPNUM 1 - /** Endpoint number of the Keyboard HID reporting OUT endpoint. */ - #define KEYBOARD_OUT_EPNUM 2 - /** Endpoint number of the Mouse HID reporting IN endpoint. */ #define MOUSE_IN_EPNUM 3