From 89e4d73289b6156aebf4e3e492033d6b017c7813 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 12 Jan 2010 00:42:00 +0000 Subject: Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures. Added caveat information to the CDC device class driver. --- Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c') diff --git a/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c b/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c index b2c8ae21b..8bb8a1eed 100644 --- a/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c +++ b/Demos/Device/ClassDriver/VirtualSerialMouse/Descriptors.c @@ -246,7 +246,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = { .Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface}, - .InterfaceNumber = 3, + .InterfaceNumber = 2, .AlternateSetting = 0, .TotalEndpoints = 1, -- cgit v1.2.3