aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-27 19:41:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-27 19:41:30 +0000
commit579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85 (patch)
tree2497718868ff8eddba4235324bc0e7d11ceeae1c /Demos
parent6f90d45684206e5dfca3c4554a14a5784da49d92 (diff)
downloadlufa-579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85.tar.gz
lufa-579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85.tar.bz2
lufa-579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85.zip
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/LowLevel/KeyboardMouse/Descriptors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h b/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
index 178f5ed99..5a59b4d60 100644
--- a/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
+++ b/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h
@@ -61,7 +61,6 @@
USB_Descriptor_Interface_t HID2_MouseInterface;
USB_HID_Descriptor_HID_t HID2_MouseHID;
USB_Descriptor_Endpoint_t HID2_ReportINEndpoint;
- USB_Descriptor_Endpoint_t HID2_ReportOUTEndpoint;
} USB_Descriptor_Configuration_t;
/* Macros: */