X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bdedbd558ce3db0d7c1e0ff6cdde2f480277aff7..24f730fce3f2022762011d795c3feada5ef874b3:/Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h?ds=inline diff --git a/Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h b/Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h index 48616106d..7cc1576ae 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.h @@ -37,13 +37,13 @@ #define _CONFIGDESCRIPTOR_H_ /* Includes: */ - #include // USB Functionality + #include #include "GenericHIDHost.h" /* Macros: */ /** Interface Class value for the Human Interface Device class */ - #define HID_CLASS 0x03 + #define HID_CLASS 0x03 /** Maximum size of a device configuration descriptor which can be processed by the host, in bytes */ #define MAX_CONFIG_DESCRIPTOR_SIZE 512