aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorageKeyboard
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-02 08:40:52 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-02 08:40:52 +0000
commitb7759958674db4c4256e6e3919431791709acee2 (patch)
tree92c375e6f9ebcacb415905b71a581cb6b214ea77 /Demos/Device/ClassDriver/MassStorageKeyboard
parent08eeceeb5fe1fe17d5703123e477dc6fd06af5ff (diff)
downloadlufa-b7759958674db4c4256e6e3919431791709acee2.tar.gz
lufa-b7759958674db4c4256e6e3919431791709acee2.tar.bz2
lufa-b7759958674db4c4256e6e3919431791709acee2.zip
Oops: Fix compile error in the low level KeyboardMouse demo.
Diffstat (limited to 'Demos/Device/ClassDriver/MassStorageKeyboard')
-rw-r--r--Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
index 67a906764..0a6ba77b5 100644
--- a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
+++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h
@@ -46,7 +46,7 @@
/** Endpoint number of the Keyboard HID reporting IN endpoint. */
#define KEYBOARD_EPNUM 1
- /** Size in bytes of the Keyboard HID reporting IN and OUT endpoints. */
+ /** Size in bytes of the Keyboard HID reporting IN endpoint. */
#define KEYBOARD_EPSIZE 8
/** Endpoint number of the Mass Storage device-to-host data IN endpoint. */