diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-19 05:27:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-19 05:27:58 +0000 |
commit | 60fd0ff418566d85224f9841037ba01b77acc0d8 (patch) | |
tree | c97d59c17a21b467c0fe0c989437c2ff9fcae5a2 /Demos/Device/ClassDriver | |
parent | 27461546523862a3a76ee41f615f7ec2eed2195f (diff) | |
download | lufa-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')
-rw-r--r-- | Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c | 4 |
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,
|