X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2aded84aa83e242945a6304f67c79695d1409a36..c2d25819d8c55b568814da61d116fda9b4ad53d1:/common/usb_cdc.c diff --git a/common/usb_cdc.c b/common/usb_cdc.c index 97551692..097d9a4e 100644 --- a/common/usb_cdc.c +++ b/common/usb_cdc.c @@ -33,7 +33,7 @@ */ #include "usb_cdc.h" -#include "config_gpio.h" +#include "../include/config_gpio.h" #define MIN(a, b) (((a) < (b)) ? (a) : (b)) #define MAX(a, b) (((a) > (b)) ? (a) : (b)) @@ -81,7 +81,7 @@ const char cfgDescriptor[] = { 0x01, // bNumEndpoints 0x02, // bInterfaceClass 0x02, // bInterfaceSubclass - 0x01, // bInterfaceProtocol + 0x00, // bInterfaceProtocol 0x00, // iInterface /* Header Functional Descriptor */