diff options
author | tmk <nobody@nowhere> | 2012-11-22 10:06:02 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-11-24 16:04:03 +0900 |
commit | b92ea1f985de8f014974920fe982027b3d82b2e0 (patch) | |
tree | cd1733048894a35823595d8283f8759fa27317c9 /protocol/pjrc/usb_mouse.h | |
parent | ed52ebb9870a26496b13a0565c1aaca8ded3465b (diff) |
Fix endpoint buffer setting for AT90USB82/162.
Diffstat (limited to 'protocol/pjrc/usb_mouse.h')
-rw-r--r-- | protocol/pjrc/usb_mouse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/usb_mouse.h b/protocol/pjrc/usb_mouse.h index eb3056126d..ce26887c9b 100644 --- a/protocol/pjrc/usb_mouse.h +++ b/protocol/pjrc/usb_mouse.h @@ -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) |