projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
VirtualSerialMouse
/
Descriptors.c
diff --git
a/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
b/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
index
b2c8ae2
..
8bb8a1e
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
+++ b/
Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c
@@
-246,7
+246,7
@@
USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
{
\r
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
\r
\r
- .InterfaceNumber =
3
,
\r
+ .InterfaceNumber =
2
,
\r
.AlternateSetting = 0,
\r
\r
.TotalEndpoints = 1,
\r