Fix incorrect memory space usage on the Device Descriptor in the device mode project...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 26 Feb 2013 16:51:46 +0000 (16:51 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 26 Feb 2013 16:51:46 +0000 (16:51 +0000)
LUFA/CodeTemplates/DeviceTemplate/Descriptors.c

index a3aacde..b21b816 100644 (file)
@@ -42,7 +42,7 @@
  *  and the number of device configurations. The descriptor is read out by the
  *  USB host when the enumeration process begins.
  */
  *  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},
 
 {
        .Header                 = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device},