From: Dean Camera Date: Tue, 26 Feb 2013 16:51:46 +0000 (+0000) Subject: Fix incorrect memory space usage on the Device Descriptor in the device mode project... X-Git-Tag: LUFA-130901-BETA~258 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/95fd3bf0fe44a76047f1598d993e523db9b1139f?ds=inline Fix incorrect memory space usage on the Device Descriptor in the device mode project template. --- diff --git a/LUFA/CodeTemplates/DeviceTemplate/Descriptors.c b/LUFA/CodeTemplates/DeviceTemplate/Descriptors.c index a3aacdee5..b21b81624 100644 --- a/LUFA/CodeTemplates/DeviceTemplate/Descriptors.c +++ b/LUFA/CodeTemplates/DeviceTemplate/Descriptors.c @@ -42,7 +42,7 @@ * and the number of device configurations. The descriptor is read out by the * USB host when the enumeration process begins. */ -const USB_Descriptor_Device_t PROGMEM DeviceDescriptor = +const USB_Descriptor_Device_t DeviceDescriptor = { .Header = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device},