Oops: Fix compile error in the low level KeyboardMouse demo.

This commit is contained in:
Dean Camera 2011-07-02 08:40:52 +00:00
parent 08eeceeb5f
commit b775995867
6 changed files with 7 additions and 4 deletions

View file

@ -68,7 +68,7 @@
/** Endpoint number of the Mouse HID reporting IN endpoint. */
#define MOUSE_IN_EPNUM 3
/** Size in bytes of each of the HID reporting IN and OUT endpoints. */
/** Size in bytes of each of the HID reporting IN endpoints. */
#define HID_EPSIZE 8
/* Function Prototypes: */