From b7759958674db4c4256e6e3919431791709acee2 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 2 Jul 2011 08:40:52 +0000 Subject: Oops: Fix compile error in the low level KeyboardMouse demo. --- Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/MassStorageKeyboard') 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. */ -- cgit v1.2.3