Fix incorrect memory space usage on the Device Descriptor in the device mode project template.
This commit is contained in:
parent
cfa48f5987
commit
95fd3bf0fe
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
* and the number of device configurations. The descriptor is read out by the
|
* and the number of device configurations. The descriptor is read out by the
|
||||||
* USB host when the enumeration process begins.
|
* 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},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue