Oops: Fix compile error in the low level KeyboardMouse demo.
This commit is contained in:
parent
08eeceeb5f
commit
b775995867
6 changed files with 7 additions and 4 deletions
|
@ -60,7 +60,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
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue