X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/550745aa15d9d764319580d2a4259b1762d3f1a3..305ca461acf37a5a2237afe7d2ce552ce25075a5:/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h?ds=sidebyside diff --git a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h index 13b0a1b6b..61b88698f 100644 --- a/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h +++ b/Demos/Device/ClassDriver/KeyboardMouseMultiReport/Descriptors.h @@ -85,11 +85,11 @@ /* Enums: */ /** Enum for the HID report IDs used in the device. */ - enum + enum HID_ReportID_t { HID_REPORTID_MouseReport = 0x01, /**< Report ID for the Mouse report within the device. */ HID_REPORTID_KeyboardReport = 0x02, /**< Report ID for the Keyboard report within the device. */ - } HID_Report_IDs; + }; /* Function Prototypes: */ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,