aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-19 05:27:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-19 05:27:58 +0000
commit60fd0ff418566d85224f9841037ba01b77acc0d8 (patch)
treec97d59c17a21b467c0fe0c989437c2ff9fcae5a2 /Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
parent27461546523862a3a76ee41f615f7ec2eed2195f (diff)
downloadlufa-60fd0ff418566d85224f9841037ba01b77acc0d8.tar.gz
lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.tar.bz2
lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.zip
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
Diffstat (limited to 'Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c')
-rw-r--r--Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
index d3e4214fa..e8523f460 100644
--- a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
+++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c
@@ -181,8 +181,8 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
{
.Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},
- .InterfaceNumber = 0x01,
- .AlternateSetting = 0x00,
+ .InterfaceNumber = 1,
+ .AlternateSetting = 0,
.TotalEndpoints = 1,