projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make board specific and device peripheral specific drivers' file documentation copy...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
MassStorageKeyboard
/
Descriptors.c
diff --git
a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
index
d3e4214
..
e8523f4
100644
(file)
--- a/
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
+++ b/
Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
@@
-181,8
+181,8
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
{
\r
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
\r
\r
- .InterfaceNumber =
0x0
1,
\r
- .AlternateSetting = 0
x00
,
\r
+ .InterfaceNumber = 1,
\r
+ .AlternateSetting = 0,
\r
\r
.TotalEndpoints = 1,
\r
\r