Fix endpoint buffer setting for AT90USB82/162.
This commit is contained in:
parent
ed52ebb987
commit
b92ea1f985
3 changed files with 27 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
#define MOUSE_INTERFACE 1
|
||||
#define MOUSE_ENDPOINT 2
|
||||
#define MOUSE_SIZE 8
|
||||
#define MOUSE_BUFFER EP_DOUBLE_BUFFER
|
||||
#define MOUSE_BUFFER EP_SINGLE_BUFFER
|
||||
|
||||
#define MOUSE_BTN1 (1<<0)
|
||||
#define MOUSE_BTN2 (1<<1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue