From: Dean Camera Date: Sun, 2 Aug 2009 23:17:47 +0000 (+0000) Subject: Fix build error in TestApp demo caused by previous commit. X-Git-Tag: LUFA-110528-BETA~1012 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ab2ae13d81427ddddbd24e8ba6bdfbd2f05ff958?ds=sidebyside Fix build error in TestApp demo caused by previous commit. --- diff --git a/Demos/OTG/TestApp/Descriptors.c b/Demos/OTG/TestApp/Descriptors.c index 85172bd8d..f8f53cfd7 100644 --- a/Demos/OTG/TestApp/Descriptors.c +++ b/Demos/OTG/TestApp/Descriptors.c @@ -61,7 +61,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor = .ProductStrIndex = 0x02, .SerialNumStrIndex = NO_DESCRIPTOR, - .NumberOfConfigurations = FIXED_NUM_CONFIGURATIONS + .NumberOfConfigurations = 1 }; /** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage