static uint8_t device_descriptor[] = { | static uint8_t device_descriptor[] = { | ||||
18, // bLength | 18, // bLength | ||||
1, // bDescriptorType | 1, // bDescriptorType | ||||
0x01, 0x01, // bcdUSB | |||||
0x10, 0x01, // bcdUSB | |||||
#ifdef DEVICE_CLASS | #ifdef DEVICE_CLASS | ||||
DEVICE_CLASS, // bDeviceClass | DEVICE_CLASS, // bDeviceClass | ||||
#else | #else |