aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/DeviceTemplate
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/CodeTemplates/DeviceTemplate')
-rw-r--r--LUFA/CodeTemplates/DeviceTemplate/Descriptors.c2
1 files changed, 1 insertions, 1 deletions
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},