Remove incorrect PROGMEM qualifier on the Manufacturer string descriptors in the...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 13 Sep 2012 20:26:32 +0000 (20:26 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 13 Sep 2012 20:26:32 +0000 (20:26 +0000)
Bootloaders/CDC/Descriptors.c
Bootloaders/DFU/Descriptors.c

index b99df6f..6bddcf4 100644 (file)
@@ -189,7 +189,7 @@ const USB_Descriptor_String_t LanguageString =
  *  form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
  *  Descriptor.
  */
-const USB_Descriptor_String_t PROGMEM ManufacturerString =
+const USB_Descriptor_String_t ManufacturerString =
 {
        .Header                 = {.Size = USB_STRING_LEN(11), .Type = DTYPE_String},
 
index 1d358a3..95534bd 100644 (file)
@@ -130,7 +130,7 @@ const USB_Descriptor_String_t LanguageString =
  *  form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
  *  Descriptor.
  */
-const USB_Descriptor_String_t PROGMEM ManufacturerString =
+const USB_Descriptor_String_t ManufacturerString =
 {
        .Header                 = {.Size = USB_STRING_LEN(11), .Type = DTYPE_String},