summaryrefslogtreecommitdiffstats
path: root/app/mouse.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/mouse.c')
-rw-r--r--app/mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/mouse.c b/app/mouse.c
index 6e0a207..0431349 100644
--- a/app/mouse.c
+++ b/app/mouse.c
@@ -67,7 +67,7 @@ const struct usb_endpoint_descriptor mouse_endpoint = {
.bEndpointAddress = 0x82,
.bmAttributes = USB_ENDPOINT_ATTR_INTERRUPT,
.wMaxPacketSize = 4,
- .bInterval = 0x20,
+ .bInterval = 0x1, //0x20,
};
const struct usb_interface_descriptor mouse_iface = {