Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
ab2ae13d
Commit
ab2ae13d
authored
Aug 02, 2009
by
Dean Camera
Browse files
Fix build error in TestApp demo caused by previous commit.
parent
6f4cc344
Changes
1
Hide whitespace changes
Inline
Side-by-side
Demos/OTG/TestApp/Descriptors.c
View file @
ab2ae13d
...
...
@@ -61,7 +61,7 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor =
.
ProductStrIndex
=
0x02
,
.
SerialNumStrIndex
=
NO_DESCRIPTOR
,
.
NumberOfConfigurations
=
FIXED_NUM_CONFIGURATIONS
.
NumberOfConfigurations
=
1
};
/** Configuration descriptor structure. This descriptor, located in FLASH memory, describes the usage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment