usb minor change

This commit is contained in:
NIIBE Yutaka
2013-11-12 13:05:57 +09:00
parent c7052ac6d2
commit 4b964d5f0c
4 changed files with 16 additions and 10 deletions

View File

@@ -57,14 +57,6 @@ static const uint8_t gnukDeviceDescriptor[] = {
#if defined(USB_SELF_POWERED)
#define USB_INITIAL_FEATURE 0xC0 /* bmAttributes: self powered */
#else
#define USB_INITIAL_FEATURE 0x80 /* bmAttributes: bus powered */
#endif
const uint8_t usb_initial_feature = USB_INITIAL_FEATURE;
/* Configuation Descriptor */
static const uint8_t gnukConfigDescriptor[] = {
9, /* bLength: Configuation Descriptor size */